mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Merge pull request #21917 from sdurrheimer/zsh-completion-new-micro-syslog-format
Add zsh completion for '--log-opt syslog-format=rfc5424micro' Upstream-commit: 3c3b089474c387073e2088572e84e5d5aa05634c Component: engine
This commit is contained in:
@@ -238,7 +238,7 @@ __docker_log_options() {
|
||||
if compset -P '*='; then
|
||||
case "${${words[-1]%=*}#*=}" in
|
||||
(syslog-format)
|
||||
syslog_format_opts=('rfc3164' 'rfc5424')
|
||||
syslog_format_opts=('rfc3164' 'rfc5424' 'rfc5424micro')
|
||||
_describe -t syslog-format-opts "Syslog format Options" syslog_format_opts && ret=0
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user