fix textutil completion

- fix wrong variable expantion
This commit is contained in:
Shohei YOSHIDA 2026-03-08 22:55:42 +09:00
parent 1f058a345f
commit cf3aafe66c
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ _arguments -S \
'-stdout[Specify that the first output file should go to stdout]' \
'-encoding[Specify the encoding to be used for plain text or HTML output files]:name' \
'-inputencoding[Force all plain text input files to be interpreted using the specified encoding]' \
'-format[Force all input files to be interpreted using the indicated format]:format:(($format))' \
'-format[Force all input files to be interpreted using the indicated format]:format:($format)' \
'-font[Specify the name of the font to be used for converting plain to rich text]:font' \
'-fontsize[Specify the size in points of the font to be used for converting plain to rich text]:size' \
'-noload[Do not load subsidiary resources]' \