Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandDef ¶
type CommandDef struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func NewCommand(name string) *CommandDef
func (*CommandDef) Flag ¶
func (c *CommandDef) Flag(name string, kind FlagKind) *CommandDef
func (*CommandDef) PosArg ¶
func (c *CommandDef) PosArg(name string) *CommandDef
func (*CommandDef) VarPosArg ¶
func (c *CommandDef) VarPosArg() *CommandDef
Click to show internal directories.
Click to hide internal directories.