Skip to content

Commit

Permalink
completion: no cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Mar 16, 2024
1 parent fbdb46c commit 0c6c7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/zsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _arguments -s -S \
'--list-fonts[print list of available font faces]' \
'--trim[trim leading/trailing empty lines]' \
{-f,--font}'[use this fontface]:fontname:->fonts' \
{-s,--font-size}'[font size in pixels (default: 28)]:size:(28 36 42 50 58 64 72 80 88 96)' \
{-s,--font-size}'[font size in pixels (default: 28)]' \
{-S,--full-screen}'[max font size to fit terminal window]'

case "$state" in
Expand Down

0 comments on commit 0c6c7d2

Please sign in to comment.