Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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. Deprecated: use signal.NotifyContext
func RegisteredCommands ¶ added in v1.13.0
func RegisteredCommands(ui cli.Ui) map[string]mcli.CommandFactory
RegisteredCommands returns a realized mapping of available CLI commands in a format that the CLI class can consume.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.