From a7af767c0d13e981fe7aba9a47fed6076a998f33 Mon Sep 17 00:00:00 2001 From: Steve Durrheimer Date: Wed, 22 Mar 2017 23:26:33 +0100 Subject: [PATCH] Add zsh completion for 'docker logs --no-task-ids --no-trunc' Signed-off-by: Steve Durrheimer --- contrib/completion/zsh/_docker | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/completion/zsh/_docker b/contrib/completion/zsh/_docker index f5f7f0c976..a9b7ce425a 100644 --- a/contrib/completion/zsh/_docker +++ b/contrib/completion/zsh/_docker @@ -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]" \