Documentation ¶ Index ¶ type Command func (c *Command) BeforeApply(ctx *kong.Context, stdin io.Reader) error func (c *Command) Run() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { PluginName string `arg:"" required:"true" help:"The name of the plugin to remove"` NonInteractive bool `short:"f" default:"false" help:"Remove the plugin without asking first"` // contains filtered or unexported fields } func (*Command) BeforeApply ¶ func (c *Command) BeforeApply(ctx *kong.Context, stdin io.Reader) error func (*Command) Run ¶ func (c *Command) Run() error Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.