shell-completion: zsh: add completion for systemd-analyze inspect-elf

This commit is contained in:
Jelle van der Waa
2025-11-10 19:34:46 +01:00
parent 49ff5ad6e6
commit 1e29036afc

View File

@@ -11,6 +11,11 @@
_files -W '(/run/systemd/ /etc/systemd/ /usr/lib/systemd/)' -P 'systemd/'
}
(( $+functions[_systemd-analyze_inspect-elf] )) ||
_systemd-analyze_inspect-elf() {
_files
}
(( $+functions[_systemd-analyze_critical-chain] )) ||
_systemd-analyze_critical-chain() {
local -a _units