contrib: bash: completion.bash: add action "list all"

pull/358/head
Axel Burri 2020-12-20 18:13:57 +01:00
parent 497b4e132e
commit 7340bdb5d6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ _btrbk()
;;
'list')
if [[ ! -v 'cmds[1]' ]]; then
COMPREPLY=($(compgen -W 'backups snapshots latest config source volume target' -- "$cur"))
COMPREPLY=($(compgen -W 'all snapshots backups latest config source volume target' -- "$cur"))
fi
;;
'origin')