Skip to content

Commit

Permalink
Completions: add --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Jan 10, 2021
1 parent aa0eecf commit 1c2cd23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/completions/bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _cpu_x() {
-h|--help|-V|--version)
return 0
;;
-r|--refresh|-t|--tab|-c|--core|-b|--cachetest|-d|--daemon|-v|--verbose|--nocolor|--issue-fmt|--keymap)
-r|--refresh|-t|--tab|-c|--core|-b|--cachetest|-d|--daemon|-v|--verbose|--nocolor|--debug|--issue-fmt|--keymap)
COMPREPLY=($(compgen -W "${opts[*]}" -- "$cur"))
;;
*)
Expand Down
1 change: 1 addition & 0 deletions data/completions/fish
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ complete -c $progname -s b -l cachetest -x -d 'Set custom bandwidth test for CPU
complete -c $progname -s d -l daemon -d 'Start and connect to daemon'
complete -c $progname -s v -l verbose -d 'Verbose output'
complete -c $progname -l nocolor -d 'Disable colored output'
complete -c $progname -l debug -d 'Print information for debugging'
complete -c $progname -l issue-fmt -d 'Print required informations to paste in an issue'
complete -c $progname -l keymap -x -d 'Set key mapping for NCurses mode (arrows|emacs|inverted-T|vim)'
1 change: 1 addition & 0 deletions data/completions/zsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ _cpu_x() {
{-h,--help}'[Print help and exit]' \
{-V,--version}'[Print version and exit]' \
'--nocolor[Disable colored output]' \
'--debug[Print information for debugging]' \
'--issue-fmt[Print required informations to paste in an issue]' \
'--keymap[Set key mapping for NCurses mode (arrows|emacs|inverted-T|vim)]'
}
Expand Down

0 comments on commit 1c2cd23

Please sign in to comment.