Documentation
¶
Overview ¶
Package cli builds cover100's command tree.
Each verb lives in its own file. This file wires the root command, the fleet-standard fang front-end, and the process exit-code convention.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatal ¶
func Fatal(err error)
Fatal prints err and exits with the code it carries, defaulting to 1 for an error that carries none.
func NewRootCmd ¶
NewRootCmd builds the root command and the fang options it must be executed with. Callers MUST pass the returned options into fang.Execute alongside the command, so the version flag and version subcommand stay in agreement.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.