cobra-cli
cobra-cli copied to clipboard
Cobra CLI tool to generate applications and commands
It'd be neat if cobra didn't touch an already existing LICENCE file. I have to revert changes every time I use cobra.
## Enhancement Currently, the user of the cli has to append 'Cmd' to the parent command name when adding a child command. I believe it would be a small improvement...
Error using "cobra-cli ini" --> Error: invalid character '{' after top-level value Go version : 1.18.1 VsCode : 1.66.1
Bumps [actions/stale](https://github.com/actions/stale) from 5.1.0 to 5.2.0. Release notes Sourced from actions/stale's releases. V5.2.0 Features: New option include-only-assigned enables users to process only issues/PRs that are already assigned. If there is...
It would better to provide a new `version` sub command to cobra-cli: Actual: ``` $ cobra-cli version Error: unknown command "version" for "cobra-cli" $ cobra-cli --version Error: unknown flag: --version...
See #8.
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.13.0. Release notes Sourced from github.com/spf13/viper's releases. v1.13.0 Important: This is the last release supporting Go 1.15. What's Changed Exciting New Features 🎉 Add etcd3...
This is a port of https://github.com/spf13/cobra/pull/1158 to this repository.
These changes makes sure a command doesn't exist before attempting to create it, if it does the user gets a `command already exists` message. I lost a lot of uncommited...
Adds intellisence for Cobra CLI config (YAML Red Hat VS Code extension is required). *When this PR is merged I can reference this schema from SchemaStore GitHub repository to enable...