completions: add hikari completion (#7083)

* completions: add hikari completion

* requested changes by code reviewer
This commit is contained in:
Alexander Sieg
2020-06-04 18:22:25 +02:00
committed by GitHub
parent 5efe1a09ce
commit af2d19bde0

View File

@@ -0,0 +1,7 @@
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'