Add format configuration

This commit is contained in:
Shohei YOSHIDA 2024-04-17 09:40:53 +09:00
parent a830cb4229
commit 542e80beee
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 8 additions and 0 deletions

View File

@ -31,3 +31,11 @@ _arguments \
"(-h -help --help)"{-h,-help,--help}"[display a brief help message]" \ "(-h -help --help)"{-h,-help,--help}"[display a brief help message]" \
"(-v -version --version)"{-v,-version,--version}"[display the version number]" \ "(-v -version --version)"{-v,-version,--version}"[display the version number]" \
"*:file or directory:_files" "*:file or directory:_files"
# 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