fish-shell/share/completions/hikari.fish
Fabian Homborg 149a0b98af Another formatting run
I really kinda hate how insistent clang-format is to have line
breaks *IFF THE LINE IS TOO LONG*.

Like... lemme just add a break if it looks better, will you?

But it is the style at this time, so we shall tie an onion to our
belt.
2020-06-24 20:43:56 +02:00

7 lines
269 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'