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

Function rawArgsRequestJSONHelp

cmd/help_json.go:215–217  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

213}
214
215func rawArgsRequestJSONHelp(args []string) bool {
216 return outputJSONRequested(args) && (rawArgsHaveHelpFlag(args) || rawArgsFirstCommand(args) == "help")
217}
218
219func rawArgsHelpOutputFormatError(args []string) error {
220 if !rawArgsHaveHelpFlag(args) {

Callers 3

ExecuteFunction · 0.85

Calls 3

outputJSONRequestedFunction · 0.85
rawArgsHaveHelpFlagFunction · 0.85
rawArgsFirstCommandFunction · 0.85