Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { Formatter formatter.Cmd `command:"formatter" description:"For formatting the results of an analysis"` GenerateCmd GenerateCmd `command:"generate" description:"For generating an analysis"` }
type GenerateArgs ¶
type GenerateCmd ¶
type GenerateCmd struct { Analyzer analysis.AnalyzerName `long:"analyzer" description:"The analyzer to use"` NoCompress bool `long:"no-compress" description:"Skip gzip compression when writing results to file"` Args GenerateArgs `positional-args:"true"` }
func (*GenerateCmd) Execute ¶
func (c *GenerateCmd) Execute(_ []string) error
Click to show internal directories.
Click to hide internal directories.