Documentation
¶
Overview ¶
Package cmd wires the uda CLI (cobra root + subcommands).
Copyright © 2026 Flamingoose Software Inc <eng@flamingoose.ca>
Index ¶
Constants ¶
View Source
const ( FormatAuto = "auto" FormatInteractive = "interactive" FormatJSON = "json" FormatJSONExtended = "json-extended" FormatTable = "table" )
Output format identifiers shared by the format/--format flag across subcommands. Constants live here so each subcommand switch references the canonical token rather than a duplicate string literal.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.