From 5df41e1f302a8cdabc1cba4eb5c860ffa56bc098 Mon Sep 17 00:00:00 2001 From: Sparkway <84066435+Sparkway@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:11:53 +0100 Subject: [PATCH] Add -l/--list to zsh completion --- res/completions/arch-update.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/res/completions/arch-update.zsh b/res/completions/arch-update.zsh index f7df2c4..69d264a 100644 --- a/res/completions/arch-update.zsh +++ b/res/completions/arch-update.zsh @@ -3,6 +3,7 @@ local -a opts opts=( {-c,--check}'[Check for available updates]' + {-l,--list}'[Display the list of pending updates]' {-n,--news}'[Display latest Arch news]' {-h,--help}'[Display the help message]' {-V,--version}'[Display version information]'