Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdModeList = cli.Command{ Name: "list", Usage: "list run modes", Description: `List modes defined in project config file`, Action: RunModeList, }
View Source
var CmdModeSelect = cli.Command{ Name: "select", Usage: "select run mode", Description: `Select mode defined in project config file`, ArgsUsage: "[<mode>]", Action: RunSelectMode, }
Functions ¶
func RunModeList ¶
func RunSelectMode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.