Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "godo",
Short: "godo is a CLI task manager with a built in UI",
}
Defining a cobra command Use - the command use Short - A short description of your command Long - A long description of your command Run - What is used to run your command(?)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.