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

Function streamCommandArg

cmd/help_manifest.go:391–395  ·  view source on GitHub ↗
(name string, required bool, variadic bool, valueKind string, description string)

Source from the content-addressed store, hash-verified

389}
390
391func streamCommandArg(name string, required bool, variadic bool, valueKind string, description string) jsonCommandArg {
392 arg := commandArg(name, required, variadic, valueKind, description)
393 arg.StreamDash = true
394 return arg
395}
396
397func commandManifestMetadataFor(path string) jsonCommandManifestMetadata {
398 meta := commandManifestRegistry[path]

Callers 1

help_manifest.goFile · 0.85

Calls 1

commandArgFunction · 0.85

Tested by

no test coverage detected