Documentation
¶
Index ¶
- func Plugins() []plugins.Plugin
- type AfterTester
- type Argumenter
- type BeforeTester
- type Cmd
- func (tc *Cmd) Cmd(ctx context.Context, root string, args []string) (*exec.Cmd, error)
- func (Cmd) Description() string
- func (tc *Cmd) Main(ctx context.Context, root string, args []string) error
- func (Cmd) PluginName() string
- func (bc *Cmd) ScopedPlugins() []plugins.Plugin
- func (bc *Cmd) SubCommands() []plugins.Plugin
- func (b *Cmd) WithPlugins(f plugins.Feeder)
- type Runner
- type Stdouter
- type Tester
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AfterTester ¶
type Argumenter ¶
type BeforeTester ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
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.