mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
bash-completion: add minimal support fpr 'set-property' command
'set-property' was missing from the list of known command. Also a list of unit names will be proposed as next argument. However no support on property names is provided since it would require a hard coded list of them.
This commit is contained in:
@@ -161,7 +161,7 @@ _systemctl () {
|
||||
fi
|
||||
|
||||
local -A VERBS=(
|
||||
[ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies edit'
|
||||
[ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies edit set-property'
|
||||
[ENABLED_UNITS]='disable'
|
||||
[DISABLED_UNITS]='enable'
|
||||
[REENABLABLE_UNITS]='reenable'
|
||||
|
||||
Reference in New Issue
Block a user