We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently both the root command and some sub-commands are implemented in the main package, which is not a good practice for Cobra.
Also to satisfy #807, all the command types should be moved out of the main package with root command type exported publicly.
The text was updated successfully, but these errors were encountered:
Also command execution should be based on the same context passed from the root Cobra command.
Sorry, something went wrong.
Closing as it is already completed in #899.
qweeah
No branches or pull requests
Currently both the root command and some sub-commands are implemented in the main package, which is not a good practice for Cobra.
Also to satisfy #807, all the command types should be moved out of the main package with root command type exported publicly.
The text was updated successfully, but these errors were encountered: