cobra-cli
cobra-cli copied to clipboard
Don't touch my licence
Description:
This PR adds the flag --skipLicense
to the init
command to skip license creation.
./bin/cobra-cli_darwin_amd64 init --help
Initialize (cobra init) will create a new application, with a license
and the appropriate structure for a Cobra-based CLI application.
Cobra init must be run inside of a go module (please run "go mod init <MODNAME>" first)
Usage:
cobra-cli init [path] [flags]
Aliases:
init, initialize, initialise, create
Flags:
-h, --help help for init
-s, --skipLicense skip license creation
Closes #39
This PR is being marked as stale due to a long period of inactivity
This PR is being marked as stale due to a long period of inactivity