
* Added version command to swaync * Added version arg to client * Prints to stdout * Replaced GetServerInformation version with the generated one * Updated shell completions
8 lines
294 B
Plaintext
8 lines
294 B
Plaintext
#compdef swaync
|
|
|
|
_arguments -s \
|
|
'(-h --help)'{-h,--help}'[Show help options]' \
|
|
'(-v --version)'{-v,--version}'[Prints version]' \
|
|
'(-s --style)'{-s,--style}'[Use a custom Stylesheet file]:files:_files' \
|
|
'(-c --config)'{-c,--config}'[Use a custom config file]:files:_files' \
|