mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
completions: add hikari completion (#7083)
* completions: add hikari completion * requested changes by code reviewer
This commit is contained in:
7
share/completions/hikari.fish
Normal file
7
share/completions/hikari.fish
Normal 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'
|
||||
Reference in New Issue
Block a user