Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "hclvet", Short: "hclvet is a HCL linter", PersistentPreRunE: func(cmd *cobra.Command, _ []string) error { cmd.SilenceUsage = true cmd.SilenceErrors = true err := setup() return err }, Version: " ", }
RootCmd is the base of the cli
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.