From 7112e08cec4a4f15b7d931398b68adfee15ff5d9 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 10 Nov 2025 17:21:11 +0100 Subject: [PATCH] shell-completion: zsh: add missing completions for systemd-analyze Adds missing simple verbs which already exist in bash completion. --- shell-completion/zsh/_systemd-analyze | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 90ca1476c7..8e7172d165 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -90,6 +90,12 @@ 'has-tpm2:Report whether TPM2 support is available' 'transient-settings:List transient settings for unit types' 'architectures:List known architectures' + 'smbios11:List strings passed via SMBIOS Type #11' + 'chid:List local CHIDs' + 'compare-versions:Compare two version strings' + 'image-policy:Analyze image policy string' + 'pcrs:Show TPM2 PCRs and their names' + 'srk:Write TPM2 SRK (to FILE)' # log-level, log-target, service-watchdogs have been deprecated )