Documentation
¶
Overview ¶
Package cli implements the nuc command-line interface using cobra. It consumes service interfaces and formats output for terminal display.
Index ¶
Constants ¶
View Source
const ( ExitSuccess = 0 ExitError = 1 ExitUsage = 2 ExitAuth = 3 ExitNotFound = 4 )
Exit codes for the CLI.
Variables ¶
This section is empty.
Functions ¶
func NewRootCmd ¶
NewRootCmd creates and returns the root cobra command with all subcommands attached.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.