cobra-cli
cobra-cli copied to clipboard
Cobra CLI tool to generate applications and commands
The cobra-cli init command should have a flag to disable copyright messages at the top generated files. This is specially important where the cobra-cli generated files are part of an...
When you run the `cobra-cli init` command without connecting to the internet first, the program exits with a `Error: exit status 1` and no further information supplied. My suggestion: Terminate...
Changes to be committed: modified: golden_test.go - remove ioutil pacakge modified: init_test.go - remove ioutil pacakge modified: licenses.go - formating and change fmt.Errorf to errors.New to comply with gopls linter