Fix format

This commit is contained in:
Shohei YOSHIDA 2024-04-15 14:11:16 +09:00
parent a458210c1d
commit 8ded919b3f
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 33 additions and 25 deletions

View File

@ -39,3 +39,11 @@ _arguments \
--colormode='[set the color mode]:flag:((0\:mono 16\:16\ colors 32\:32-bit\ color 256\:256\ colors))' \
--maxdpc='[set the maximum number of droplets per column]: :_numbers -d 3' \
--shortpct='[set the percentage of shortened droplets]: :_numbers -f -d 50.0'
# Local Variables:
# mode: Shell-Script
# sh-indentation: 2
# indent-tabs-mode: nil
# sh-basic-offset: 2
# End:
# vim: ft=zsh sw=2 ts=2 et