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

Function commandVerboseStatus

cmd/output.go:322–326  ·  view source on GitHub ↗
(cmd *cobra.Command, format string, args ...any)

Source from the content-addressed store, hash-verified

320}
321
322func commandVerboseStatus(cmd *cobra.Command, format string, args ...any) {
323 if commandVerbose(cmd) {
324 commandOutput(cmd).Status(format, args...)
325 }
326}
327
328func renderCommandError(cmd *cobra.Command, err error) {
329 renderCommandErrorWithJSON(cmd, err, false)

Callers 11

listMembersFunction · 0.85
listGroupsFunction · 0.85
shareLinkRevokeFunction · 0.85
revokeSharedLinksForPathFunction · 0.85
shareListFoldersFunction · 0.85
shareLinkDownloadFunction · 0.85
downloadSharedLinkPathFunction · 0.85
shareLinkCreateFunction · 0.85

Calls 3

commandVerboseFunction · 0.85
commandOutputFunction · 0.85
StatusMethod · 0.80