Documentation
¶
Index ¶
Constants ¶
View Source
const TemplatePath = "~/.gobbq/template"
TemplatePath 模版路径
Variables ¶
View Source
var CmdInstall = &cobra.Command{
Use: "install",
Short: "install tools",
Long: "install tools. Example: bbq install",
Run: install,
}
CmdInstall represents the new command.
View Source
var CmdUpgrade = &cobra.Command{
Use: "upgrade",
Short: "upgrade tools",
Long: "upgrade tools. Example: bbq install",
Run: upgrade,
}
CmdUpgrade represents the new command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.