Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VersionCommand = &cli.Command{ Name: "version", Usage: "Print the version of the devkit", Flags: append([]cli.Flag{}, common.GlobalFlags...), Action: func(cCtx *cli.Context) error { return VersionRun(cCtx) }, }
RunCommand defines the "run" command
Functions ¶
func VersionRun ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.