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

fix: add missing command annotations #3425

Merged

Conversation

halostatue
Copy link
Collaborator

Removed annotations from cobra.Command structs that do not set
RunE as it does not appear necessary.

Modified the annotation for help and license to not require valid
config.

Fixes #3424.

Removed annotations from `cobra.Command` structs that do not set
`RunE` as it does not appear necessary.

Modified the annotation for `help` and `license` to not require valid
config.

Fixes twpayne#3424.
@halostatue halostatue merged commit 54dce1b into twpayne:master Dec 21, 2023
17 checks passed
@halostatue halostatue deleted the fix-missing-command-annotations branch December 21, 2023 15:54
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

secret keyring panics, "no annotations"
2 participants