Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version represents a version number in the form of major.minor.path Version string // Revision represents a commit hash when a binary is built Revision string )
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct { Context *project.Context Config *project.Config Args []string Envs []string RunInContainer bool Stdin io.Reader Stdout io.Writer Stderr io.Writer }
CLI is an object holding states
func (*CLI) ExecSubHelp ¶
ExecSubHelp shows help contents for a custom sub-command
Click to show internal directories.
Click to hide internal directories.