Merge pull request #2384 from 1ace/fix/zsh-completion

zsh: fix sway completion
This commit is contained in:
emersion 2018-07-30 15:31:53 +01:00 committed by GitHub
commit a0dc8032e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ _arguments -s \
'(-c --config)'{-c,--config}'[Specify a config file]:files:_files' \
'(-C --validate)'{-C,--validate}'[Check validity of the config file, then exit]' \
'(-d --debug)'{-d,--debug}'[Enables full logging, including debug information]' \
'(-v --verbose)'{-v,--verbose}'[Enables more verbose logging]' \
'(-V --verbose)'{-V,--verbose}'[Enables more verbose logging]' \
'(--get-socketpath)'--get-socketpath'[Gets the IPC socket path and prints it, then exits]'