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'