Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = cli.Command{ Name: "analyze", Usage: "Analyze built dependencies", Action: Run, ArgsUsage: "MODULE", Flags: flags.WithGlobalFlags(flags.WithAPIFlags(flags.WithOptions([]cli.Flag{ cli.BoolFlag{Name: "show-output, output, o", Usage: "print results to stdout instead of uploading to FOSSA"}, flags.TemplateF, }))), }
View Source
var ShowOutput = "output"
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.