mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 18:45:39 +02:00
completions: add zsh completions
This commit is contained in:
parent
74fca1efef
commit
6513652711
3 changed files with 12 additions and 0 deletions
9
completions/zsh/_f00bar
Normal file
9
completions/zsh/_f00bar
Normal file
|
@ -0,0 +1,9 @@
|
|||
#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]'
|
Loading…
Add table
Add a link
Reference in a new issue