mirror of
https://github.com/systemd/systemd.git
synced 2025-08-25 13:49:55 +03:00
Merge pull request #28296 from bluca/shell_compl
Add new verbs to bash shell completions
This commit is contained in:
@ -49,7 +49,7 @@ _resolvectl() {
|
||||
[RESOLVE]='llmnr mdns'
|
||||
[DNSSEC]='dnssec'
|
||||
[DNSOVERTLS]='dnsovertls'
|
||||
[STANDALONE]='statistics reset-statistics flush-caches reset-server-features'
|
||||
[STANDALONE]='statistics reset-statistics flush-caches reset-server-features show-cache'
|
||||
[LOG_LEVEL]='log-level'
|
||||
)
|
||||
local -A ARGS=(
|
||||
|
@ -211,9 +211,9 @@ _systemctl () {
|
||||
[MASKED_UNITS]='unmask'
|
||||
[JOBS]='cancel'
|
||||
[ENVS]='set-environment unset-environment import-environment'
|
||||
[STANDALONE]='daemon-reexec daemon-reload default
|
||||
[STANDALONE]='daemon-reexec daemon-reload default whoami
|
||||
emergency exit halt hibernate hybrid-sleep
|
||||
suspend-then-hibernate kexec list-jobs list-sockets
|
||||
suspend-then-hibernate kexec soft-reboot list-jobs list-sockets
|
||||
list-timers list-units list-unit-files poweroff
|
||||
reboot rescue show-environment suspend get-default
|
||||
is-system-running preset-all list-automounts list-paths'
|
||||
|
Reference in New Issue
Block a user