fish-shell/share/completions/hikari.fish
Alexander Sieg af2d19bde0
completions: add hikari completion (#7083)
* completions: add hikari completion

* requested changes by code reviewer
2020-06-04 18:22:25 +02:00

8 lines
279 B
Fish

set PROG 'hikari'
complete -c $PROG -f
complete -c $PROG -s 'a' -F -d 'Specify autostart executable'
complete -c $PROG -s 'c' -F -d 'Specify a configuration file'
complete -c $PROG -f -s 'h' -d 'Show help message and quit'
complete -c $PROG -f -s 'v' -d 'Show version and quit'