Documentation ¶
Index ¶
- type Bill
- func (bill *Bill) GetDescription() string
- func (bill *Bill) GetFlagSet() *flag.FlagSet
- func (bill *Bill) GetHelpFlag() *bool
- func (bill *Bill) GetName() string
- func (bill *Bill) GetSubCommands() []cli.Command
- func (bill *Bill) Init(helpFlagName string, helpFlagDescription string)
- func (bill *Bill) Process()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bill ¶
type Bill struct {
// contains filtered or unexported fields
}
func (*Bill) GetDescription ¶
func (*Bill) GetFlagSet ¶ added in v0.2.0
func (*Bill) GetHelpFlag ¶ added in v0.2.0
func (*Bill) GetSubCommands ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.