Documentation ¶
Overview ¶
Package cmd contains the CLI commands for maru.
Package cmd contains the CLI commands for maru.
Package cmd contains the CLI commands for maru.
Package cmd contains the CLI commands for maru.
Package cmd contains the CLI commands for maru.
Package cmd contains the CLI commands for maru.
Index ¶
Constants ¶
View Source
const ( // Root config keys V_LOG_LEVEL = "options.log_level" V_ARCHITECTURE = "options.architecture" V_NO_PROGRESS = "options.no_progress" V_NO_LOG_FILE = "options.no_log_file" V_TMP_DIR = "options.tmp_dir" V_AUTH = "options.auth" )
Variables ¶
This section is empty.
Functions ¶
func ListAutoCompleteTasks ¶ added in v0.0.2
func ListAutoCompleteTasks(_ *cobra.Command, _ []string, _ string) ([]string, cobra.ShellCompDirective)
ListAutoCompleteTasks returns a list of all of the available tasks that can be run
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.