shell-completion: bash: add image transfer subcommands

This commit is contained in:
Seth Jennings 2015-08-18 13:20:12 -05:00
parent 9a877fd409
commit 2977883de2

View file

@ -40,7 +40,7 @@ _machinectl() {
) )
local -A VERBS=( local -A VERBS=(
[STANDALONE]='list list-images' [STANDALONE]='list list-images pull-tar pull-raw pull-dkr import-tar import-raw export-tar export-raw'
[MACHINES]='status show start login enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit list-transfers cancel-transfer' [MACHINES]='status show start login enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit list-transfers cancel-transfer'
) )