yambar/completions/zsh/_f00bar
2019-05-29 20:39:23 +02:00

9 lines
402 B
Text

#compdef f00bar
_arguments \
-s \
'(-v --version)'{-v,--version}'[show the version number and quit]' \
'(-h --help)'{-h,--help}'[show help message and quit]' \
'(-b --backend)'{-b,--backend}'[backend to use; xcb,wayland,auto (default: auto)]' \
'(-c --config)'{-c,--config}'[alternative configuration file]' \
'(-C --validate)'{-C,--validate}'[verify configuration then quit]'