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

Function jsonHelpInputPath

cmd/help_json.go:329–334  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

327}
328
329func jsonHelpInputPath(cmd *cobra.Command) string {
330 if cmd == nil || cmd.Root() == cmd {
331 return ""
332 }
333 return jsonCommandPath(cmd)
334}
335
336func jsonHelpOperationResults(cmd *cobra.Command) []jsonOperationResult {
337 commands := publicCommandSubtree(cmd)

Callers 1

renderJSONHelpFunction · 0.85

Calls 1

jsonCommandPathFunction · 0.85

Tested by

no test coverage detected