Documentation
¶
Overview ¶
Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com
Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExecCmd = &cobra.Command{
Use: "exec",
Short: "Start exec task",
Long: `Start the exec task.`,
Run: execExecCmd,
}
ExecCmd represents the exec command
View Source
var ListCmd = &cobra.Command{
Use: "list",
Short: "List tasks",
Long: `List all available tasks.`,
Run: execListCmd,
}
ListCmd represents the list command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.