MCPcopy Create free account
hub / github.com/dropbox/dbxcli / renderCommandError

Function renderCommandError

cmd/output.go:328–330  ·  view source on GitHub ↗
(cmd *cobra.Command, err error)

Source from the content-addressed store, hash-verified

326}
327
328func renderCommandError(cmd *cobra.Command, err error) {
329 renderCommandErrorWithJSON(cmd, err, false)
330}
331
332func renderCommandErrorWithJSON(cmd *cobra.Command, err error, forceJSON bool) {
333 if err == nil {

Calls 1