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

Function enableStructuredOutput

cmd/output.go:299–304  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

297}
298
299func enableStructuredOutput(cmd *cobra.Command) {
300 if cmd.Annotations == nil {
301 cmd.Annotations = make(map[string]string)
302 }
303 cmd.Annotations[structuredOutputSupportedAnnotation] = "true"
304}
305
306func commandVerbose(cmd *cobra.Command) bool {
307 if cmd == nil {

Callers 15

initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls