1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

shell-completion: add systemctl list-paths

This commit is contained in:
David Tardon 2023-02-20 20:11:57 +01:00
parent 160b8e981b
commit 7336968488
2 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,7 @@ _systemctl () {
suspend-then-hibernate kexec 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'
is-system-running preset-all list-automounts list-paths'
[FILE]='link switch-root bind mount-image'
[TARGETS]='set-default'
[MACHINES]='list-machines'

View File

@ -8,6 +8,7 @@
local -a unit_commands=(
# Unit Commands
"list-automounts:List automounts"
"list-paths:List paths"
"list-sockets:List sockets"
"list-timers:List timers"
"list-units:List units"