We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d52f8c commit cf18af8Copy full SHA for cf18af8
shell-completion/zsh/_systemd-path
@@ -0,0 +1,8 @@
1
+#compdef systemd-path
2
+
3
+typeset -A sdpath=( ${$(systemd-path)/:/} )
4
+_arguments -S \
5
+ '(-h --help)'{-h,--help}'[Print help text and exit]' \
6
+ '(-v --version)'{-v,--version}'[Print a version string and exit]' \
7
+ '--suffix=[Append a suffix to the paths]' \
8
+ '*:pathname:compadd -k sdpath'
shell-completion/zsh/meson.build
@@ -17,6 +17,7 @@ if zshcompletiondir != 'no'
17
['_systemd-delta', ''],
18
['_systemd-nspawn', ''],
19
['_systemd', ''],
20
+ ['_systemd-path', ''],
21
['_systemd-run', ''],
22
['_udevadm', ''],
23
['_kernel-install', ''],
0 commit comments