From f1b7d2919da032d819f47eb9a4e5373d75cf863d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Dec 2016 11:54:24 +0100 Subject: Adding JSON export format to container list command. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/bash-completion') diff --git a/share/bash-completion/container b/share/bash-completion/container index 13bcdf3..3b0e033 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -139,7 +139,7 @@ _container() ;; -f|--format) - opts="cli csv shell" + opts="cli csv json shell" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; -- cgit v1.2.3