Skip to content

Commit

Permalink
jo
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Wilk <[email protected]>
  • Loading branch information
crpb and jwilk authored Apr 1, 2024
1 parent 33f2e5b commit 45b9f94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions completion/zsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ arguments=(
'(-s --font-size)'{-s,--font-size}'[font size in pixels]: :_numbers -d28 -l14 -m280'
'(-S --full-screen)'{-S,--full-screen}'[max font size to fit terminal window]'
+ '(excl)'
{-h,--help}:'[show help]'
'--version:[show version information and exit]'
'--list-fonts:[print list of available font faces]'
{-h,--help}'[show help]'
'--version[show version information and exit]'
'--list-fonts[print list of available font faces]'
)
_arguments -S $arguments
case "$state" in
Expand Down

0 comments on commit 45b9f94

Please sign in to comment.