From b88f6355142577a4a33342d260fb62163e020300 Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Wed, 3 Feb 2021 00:22:12 +0100 Subject: [PATCH] Fix fish completion Signed-off-by: Agrendalath --- contrib/completion/fish/docker-compose.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/fish/docker-compose.fish b/contrib/completion/fish/docker-compose.fish index 7c37b4593..9183a098e 100644 --- a/contrib/completion/fish/docker-compose.fish +++ b/contrib/completion/fish/docker-compose.fish @@ -22,6 +22,6 @@ complete -c docker-compose -l tlskey -r -d 'Path to TLS key fi complete -c docker-compose -l tlsverify -d 'Use TLS and verify the remote' complete -c docker-compose -l skip-hostname-check -d "Don't check the daemon's hostname against the name specified in the client certificate (for example if your docker host is an IP address)" complete -c docker-compose -l no-ansi -d 'Do not print ANSI control characters' -complete -c docker-compose -l ansi -a never always auto -d 'Control when to print ANSI control characters' +complete -c docker-compose -l ansi -a 'never always auto' -d 'Control when to print ANSI control characters' complete -c docker-compose -s h -l help -d 'Print usage' complete -c docker-compose -s v -l version -d 'Print version and exit'