Documentation ¶
Index ¶
- type Command
- func (c *Command) Complete(ctx context.Context, r *readline.Readline) []goprompt.Suggest
- func (c *Command) Description() string
- func (c *Command) Execute(ctx context.Context, r *readline.Readline) error
- func (c *Command) Help(ctx context.Context, r *readline.Readline) string
- func (c *Command) Name() string
- type CommandOption
- func CommandWithESLint() CommandOption
- func CommandWithGherkin() CommandOption
- func CommandWithGo() CommandOption
- func CommandWithHelm() CommandOption
- func CommandWithName(v string) CommandOption
- func CommandWithTSC() CommandOption
- func CommandWithTerraform() CommandOption
- func CommandWithTerrascan() CommandOption
- type Linter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func (*Command) Description ¶
type CommandOption ¶
type CommandOption func(command *Command)
func CommandWithESLint ¶
func CommandWithESLint() CommandOption
func CommandWithGherkin ¶
func CommandWithGherkin() CommandOption
func CommandWithGo ¶
func CommandWithGo() CommandOption
func CommandWithHelm ¶
func CommandWithHelm() CommandOption
func CommandWithName ¶
func CommandWithName(v string) CommandOption
func CommandWithTSC ¶
func CommandWithTSC() CommandOption
func CommandWithTerraform ¶
func CommandWithTerraform() CommandOption
func CommandWithTerrascan ¶
func CommandWithTerrascan() CommandOption
Click to show internal directories.
Click to hide internal directories.