Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrProvideAPathToExplain = errors.New("please provide a path to explain") ErrProvideOnlyOnePathToExplain = errors.New("please provide only one path to explain") )
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct { List ListCmd `command:"list" description:"List the location where files used by the Vega applications are stored"` Explain ExplainCmd `command:"explain" description:"Explain what a path is about"` }
type ExplainCmd ¶
type ExplainCmd struct{}
func (*ExplainCmd) Execute ¶
func (opts *ExplainCmd) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.