Documentation
¶
Overview ¶
Package cmd wires the spin cobra command tree. Subcommand files (new.go, list.go, ...) attach themselves to rootCmd via init(). RootCmd() returns the fully-populated tree for main and tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCancelled = errors.New("cancelled -- no project was created")
ErrCancelled is returned when the user cancels an interactive prompt. The CLI exits with code 130 (SIGINT convention).
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.