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

Function commandInputSchemaIncludesFlag

cmd/help_input_schema.go:108–115  ·  view source on GitHub ↗
(flag jsonCommandFlag)

Source from the content-addressed store, hash-verified

106}
107
108func commandInputSchemaIncludesFlag(flag jsonCommandFlag) bool {
109 switch flag.Name {
110 case "help", outputFlag:
111 return false
112 default:
113 return true
114 }
115}
116
117func commandInputPropertyNames(names []string) []string {
118 result := make([]string, 0, len(names))

Callers 1

commandInputSchemaForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected