mirror of
https://github.com/systemd/systemd.git
synced 2024-12-14 04:33:37 +08:00
shell-completion: add "machinectl shell" to bash completion logic
This commit is contained in:
parent
1ba239315f
commit
56f3cb335a
@ -41,7 +41,7 @@ _machinectl() {
|
||||
|
||||
local -A VERBS=(
|
||||
[STANDALONE]='list list-images pull-tar pull-raw pull-dkr import-tar import-raw export-tar export-raw 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'
|
||||
[MACHINES]='status show start login shell enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit'
|
||||
)
|
||||
|
||||
_init_completion || return
|
||||
|
Loading…
Reference in New Issue
Block a user