Documentation
¶
Overview ¶
Package commands contains a set of CLI commands the application can be called with in order to perform some low-level administrative operations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface {
// Run runs the command with the commandline flags passed as string array
Run(args []string) error
}
A Command is an executable sub-command that gets a number of args passed from the commandline when running
Click to show internal directories.
Click to hide internal directories.