Documentation ¶
Index ¶
- func Plugins() []plugins.Plugin
- type Cmd
- func (*Cmd) CmdAliases() []string
- func (Cmd) Description() string
- func (cmd *Cmd) Flags() *pflag.FlagSet
- func (cmd *Cmd) Main(ctx context.Context, root string, args []string) error
- func (b Cmd) PluginName() string
- func (cmd *Cmd) PrintFlags(w io.Writer) error
- func (cmd *Cmd) ScopedPlugins() []plugins.Plugin
- func (cmd *Cmd) SubCommands() []plugins.Plugin
- func (cmd *Cmd) WithPlugins(f plugins.Feeder)
- type Generator
- type Stdouter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
func (*Cmd) CmdAliases ¶
func (Cmd) Description ¶
func (Cmd) PluginName ¶
func (*Cmd) ScopedPlugins ¶
func (*Cmd) SubCommands ¶
func (*Cmd) WithPlugins ¶
Click to show internal directories.
Click to hide internal directories.