From 25873a01aaae6da177e7924aed5a7a43f05bd05f Mon Sep 17 00:00:00 2001 From: Andreas Kreuzer Date: Fri, 17 Jun 2016 18:53:59 +0200 Subject: Updating bash-completion for format parameter in container list command. Signed-off-by: Andreas Kreuzer Signed-off-by: Daniel Baumann --- share/bash-completion/container | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/bash-completion/container b/share/bash-completion/container index a1d4070..b00a79e 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -135,6 +135,11 @@ _container() COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; + -f|--format) + opts="short full" + COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) + return 0 + ;; esac ;; esac -- cgit v1.2.3