Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandsFromRegistry ¶ added in v1.8.12
func CommandsFromRegistry(ui cli.Ui) map[string]mcli.CommandFactory
CommandsFromRegistry returns a realized mapping of available CLI commands in a format that the CLI class can consume. This should be called after all registration is complete.
func MakeShutdownCh ¶ added in v1.0.2
func MakeShutdownCh() <-chan struct{}
MakeShutdownCh returns a channel that can be used for shutdown notifications for commands. This channel will send a message for every interrupt or SIGTERM received.
Types ¶
Click to show internal directories.
Click to hide internal directories.