completion/bash: Completely drop flag --very-verbose
Follow up to 7fafcd271e
https://github.com/containers/toolbox/pull/806
This commit is contained in:
parent
9a0e1b201d
commit
1e823b74b3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ __toolbox() {
|
|||
done
|
||||
|
||||
case "$prev" in
|
||||
--assumeyes | -y | --help | -h | --verbose | -v | --very-verbose | -vv | --log-podman)
|
||||
--assumeyes | -y | --help | -h | --verbose | -v | --log-podman)
|
||||
mapfile -t COMPREPLY < <(compgen -W "$global_options $commands" -- "$2")
|
||||
return 0
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue