fish-shell/share/completions/batsh.fish

13 lines
301 B
Fish
Raw Normal View History

2024-10-15 19:32:56 +00:00
set -l command batsh
complete -c $command -f
complete -c $command -s h -l help \
-a 'pager\tdefault plain groff' \
-d 'Show help'
complete -c $command -s v -l version -d 'Show version'
complete -c $command \
-a 'bash\t"Compile to Bash" batsh\t"Format file" winbat\t"Compile to Batch"'