Merge pull request #32025 from sdurrheimer/zsh-completion-service-logs-formatting
Add zsh completion for 'docker logs --no-task-ids --no-trunc' Upstream-commit: cf4589666b2b3a6c0e3ca6743f064dc62af133d7 Component: engine
This commit is contained in:
@@ -1972,9 +1972,10 @@ __docker_service_subcommand() {
|
||||
(logs)
|
||||
_arguments $(__docker_arguments) \
|
||||
$opts_help \
|
||||
"($help)--details[Show extra details provided to logs]" \
|
||||
"($help -f --follow)"{-f,--follow}"[Follow log output]" \
|
||||
"($help)--no-resolve[Do not map IDs to Names]" \
|
||||
"($help)--no-task-ids[Do not include task IDs]" \
|
||||
"($help)--no-trunc[Do not truncate output]" \
|
||||
"($help)--since=[Show logs since timestamp]:timestamp: " \
|
||||
"($help)--tail=[Number of lines to show from the end of the logs]:lines:(1 10 20 50 all)" \
|
||||
"($help -t --timestamps)"{-t,--timestamps}"[Show timestamps]" \
|
||||
|
||||
Reference in New Issue
Block a user