mirror of https://github.com/digint/btrbk
contrib: bash: completion.bash: add action "list all"
parent
497b4e132e
commit
7340bdb5d6
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue