Documentation
¶
Index ¶
- type Command
- func (c *Command) Alias() []string
- func (c *Command) Args() []string
- func (c *Command) Deps() Commands
- func (c *Command) ExecString() string
- func (c *Command) HasArgs() bool
- func (c *Command) HasSubCommands() bool
- func (c *Command) Help() string
- func (c *Command) Name() string
- func (c *Command) Path() string
- func (c *Command) SubCommands() Commands
- type Commands
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func (*Command) ExecString ¶
func (*Command) HasSubCommands ¶
func (*Command) SubCommands ¶
Click to show internal directories.
Click to hide internal directories.