Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdValidate ¶
func NewCmdValidate(cf *cmdutils.CLIFactory) *cobra.Command
NewCmdVersion returns the current version of cli being used
Types ¶
type Options ¶
type Options struct {
AnalyzerNames []string
AnalyzerShortcodes []string
AnalyzersMap map[string]string // Map for {analyzer name : shortcode}
AnalyzersMeta []string
TransformerNames []string
TransformerShortcodes []string
TransformerMap map[string]string // Map for {transformer name:shortcode}
// contains filtered or unexported fields
}
Options holds the metadata.
Click to show internal directories.
Click to hide internal directories.