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