Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: modification required in the "Long" description of add subcommand #94

Closed
kaitou-1412 opened this issue Aug 19, 2023 · 1 comment

Comments

@kaitou-1412
Copy link
Contributor

It's currently `Add (cobra add) will create a new command, with a license and
the appropriate structure for a Cobra-based CLI application,
and register it to its parent (default rootCmd).

If you want your command to be public, pass in the command name
with an initial uppercase letter.

Example: cobra add server -> resulting in a new cmd/server.go`

This needs to be modified according to "cobra-cli" i.e. cobra add server -> cobra-cli add server
Similar changes are required everywhere.

@kaitou-1412
Copy link
Contributor Author

#95 Please can you review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant