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.WithModulesFlags([]cli.Flag{ cli.BoolFlag{Name: flags.Short(Output), Usage: "show analysis output instead of uploading to FOSSA"}, }))), }
View Source
var (
Output = "output"
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.