From a46763aa3c47976493775274fe8cfe50896aea61 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 29 Feb 2024 20:39:19 +0100 Subject: [PATCH] Add fish completion --- res/completions/arch-update.fish | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 res/completions/arch-update.fish diff --git a/res/completions/arch-update.fish b/res/completions/arch-update.fish new file mode 100644 index 0000000..2aba1dd --- /dev/null +++ b/res/completions/arch-update.fish @@ -0,0 +1,6 @@ +complete -c arch-update -f + +complete -c arch-update -s c -l check -d 'Check for available updates' +complete -c arch-update -s n -l news -d 'Display latest Arch news' +complete -c arch-update -s h -l help -d 'Display the help message' +complete -c arch-update -s V -l version -d 'Display version information'