-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update help message for add token
command and allow token removal from the rm
command.
#12118
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me, but let's set a more descriptive PR title.
add token
command and allow token removal from the rm
command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me.
though in general seems our command help is very inconsistent. some flags end sentences with .
but some have no period. And i think i saw some put e.g.
in brackets but others don't.
Thanks for the reviews! @greedy52 I agree, we will need to set aside time to work on the CLI help and output consistency sometime in the future. |
…rom the `rm` command. (#12118) * Update tokens add messaging to outline that it can be a list of tokens. * Allow deleting tokens with rm.
…rom the `rm` command. (#12118) * Update tokens add messaging to outline that it can be a list of tokens. * Allow deleting tokens with rm.
Updated the help message for the add token command and allowed token removal from the
rm
command.Fixes: #11819
Fixes: #11798