zsh: fix sway completion

This commit is contained in:
Eric Engestrom 2018-07-26 17:25:20 +01:00
parent 5f8676f214
commit 9f59885928
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]'