-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Add the list of possible values for --log-level to help text #10124
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
Conversation
Closes moby#10034 Signed-off-by: Doug Davis <dug@us.ibm.com>
LGTM - @fredlf @jamtur01 @jfrazelle @tiborvass |
mmm, will this need bash and fish prompting changes too? |
LGTM |
@duglin do you think we could update the shell completions accordingly like Sven said? |
@tiborvass @SvenDowideit yep was starting to look at the completion stuff last night - never played with that stuff before so there's a learning curve for me... |
@duglin For fish, there looks to be a script to update the completions (https://github.com/docker/docker/blob/master/contrib/completion/fish/docker.fish#L4). Do we currently have completion for daemon flags in bash? I glanced over the bash completion yesterday, but didn't find anything related to that. Perhaps @albers is willing to assist? He made some awesome changes to the bash completions, so instead of you having to figure out how they work, maybe he can help? |
I will include this in my next chunk of additions to bash completion, which will be due soon. Thanks for pointing me at it. |
LGTM: I'll update |
I'm already working on the deamon flags in bash completion |
@albers Perfect thanks! |
LGTM |
Add the list of possible values for --log-level to help text
@thaJeztah @icecrime bash completion for daemon flags is completed, see #10219. |
@albers thanks a ton! |
Closes #10034
Signed-off-by: Doug Davis dug@us.ibm.com