Skip to content

Commit

Permalink
Add zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Feb 29, 2024
1 parent 80ac799 commit 2be8ba0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions res/completions/arch-update.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#compdef arch-update

local -a opts
opts=(
{-c,--check}'[Check for available updates]'
{-n,--news}'[Display latest Arch news]'
{-h,--help}'[Display the help message]'
{-V,--version}'[Display version information]'
)

_arguments $opts

0 comments on commit 2be8ba0

Please sign in to comment.