Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Context is the context to use for this invocation of the cli. Context context.Context // Cancel is the context.CancelFunc for this invocation of the cli. Cancel context.CancelFunc // SignalReceived is set to true when a signal causes us to exit. This makes // determining the error message to show on exit much more easy. SignalReceived = false )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.