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

(cherry picked from commit 1e29036afc)
This commit is contained in:
Jelle van der Waa
2025-11-10 19:34:46 +01:00
committed by Luca Boccassi
parent 2dc5425265
commit cef16f1688

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