mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
shell-completion: bash: add image transfer subcommands
This commit is contained in:
parent
9a877fd409
commit
2977883de2
@ -40,7 +40,7 @@ _machinectl() {
|
||||
)
|
||||
|
||||
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'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user