Documentation
¶
Overview ¶
Package cli implements the commands for main entrypoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LintCommand ¶
type LintCommand struct { cli.BaseCommand // contains filtered or unexported fields }
LintCommand lints terraform configurations.
func (*LintCommand) Desc ¶
func (c *LintCommand) Desc() string
func (*LintCommand) Flags ¶
func (c *LintCommand) Flags() *cli.FlagSet
func (*LintCommand) Help ¶
func (c *LintCommand) Help() string
func (*LintCommand) PredictArgs ¶
func (c *LintCommand) PredictArgs() complete.Predictor
Click to show internal directories.
Click to hide internal directories.