
* Added ZSH completions * Fixed single quote ending string * Added Bash completions * Added bash to meson.build * Added bash variable to meson_options.txt * Added fish shell completions
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
#compdef swaync
|
|
|
|
_arguments -s \
|
|
'(-h --help)'{-h,--help}'[Show help options]' \
|
|
'(-s --style)'{-s,--style}'[Use a custom Stylesheet file]:files:_files' \
|
|
'(-c --config)'{-c,--config}'[Use a custom config file]:files:_files' \
|