1
0
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:
Yu Watanabe
2023-07-08 01:11:41 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -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=(

View File

@ -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'