summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/bash-completion/container5
1 files changed, 5 insertions, 0 deletions
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