Skip to content

Commit

Permalink
Add the -D/--debug option to shell completions
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Mar 22, 2024
1 parent 540ec6b commit 21fe1db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/completions/arch-update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _arch-update() {
-l --list
-d --devel
-n --news
-D --debug
-h --help
-V --version')

Expand Down
1 change: 1 addition & 0 deletions res/completions/arch-update.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ complete -c arch-update -s c -l check -d 'Check for available updates'
complete -c arch-update -s l -l list -d 'Display the list of pending updates'
complete -c arch-update -s d -l devel -d 'Include AUR development packages updates'
complete -c arch-update -s n -l news -d 'Display latest Arch news'
complete -c arch-update -s D -l debug -d 'Display debug traces'
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'
1 change: 1 addition & 0 deletions res/completions/arch-update.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ opts=(
{-l,--list}'[Display the list of pending updates]'
{-d, --devel}'[Include AUR development packages updates]'
{-n,--news}'[Display latest Arch news]'
{-D,--debug}'[Display debug traces]'
{-h,--help}'[Display the help message]'
{-V,--version}'[Display version information]'
)
Expand Down

0 comments on commit 21fe1db

Please sign in to comment.