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