From: Jelle van der Waa Date: Mon, 10 Nov 2025 18:34:46 +0000 (+0100) Subject: shell-completion: zsh: add completion for systemd-analyze inspect-elf X-Git-Tag: v259-rc1~102^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F39673%2Fhead;p=thirdparty%2Fsystemd.git shell-completion: zsh: add completion for systemd-analyze inspect-elf --- diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 8e7172d1659..e87af915d7a 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -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