From 1e29036afcbd5edeef4e3ade70089e71517b3cc6 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 10 Nov 2025 19:34:46 +0100 Subject: [PATCH] shell-completion: zsh: add completion for systemd-analyze inspect-elf --- shell-completion/zsh/_systemd-analyze | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3