Skip to content

Commit

Permalink
completion: update
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Feb 26, 2024
1 parent 545450a commit 20f6b56
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions completion/_ubanner
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

_arguments -s -S \
{-h,--help}'[show help]' \
'--trim[trim leading/trailing empty lines]' \
'--font[use this font]:fontname:->fonts' \
'--font-size[font size in pixels (default: 28)]:size:(28 36 42 50 58 64 72 80 88 96)' \
'--list-fonts[print list of available font faces]' \
{-s,--full-screen}'[full screen mode]'
'--version[show version information and exit]' \
'--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,--full-screen}'[full screen mode]'

case "$state" in
fonts)
Expand Down

0 comments on commit 20f6b56

Please sign in to comment.