Documentation ¶
Overview ¶
Package init implements `fossa init`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Update = "update" IncludeAll = "include-all" Type = "type" )
View Source
var Cmd = cli.Command{ Name: "init", Usage: "Initialize a .fossa.yml configuration file", Action: Run, Flags: flags.WithGlobalFlags(flags.WithOptions([]cli.Flag{ cli.BoolFlag{Name: IncludeAll, Usage: "include suspicious modules (e.g. `docs`, `test` or `example` in name)"}, cli.StringSliceFlag{Name: Type, Usage: "the module types to check for"}, })), }
Cmd exports the `init` CLI command.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.