UNPKG

smartsh

Version:

Cross-shell command runner enabling Unix-style syntax on any OS.

10 lines 590 B
��src/translate.ts LOADED # bash completion for smartsh _smartsh_complete() { local cur="${COMP_WORDS[COMP_CWORD]}" local opts="--translate-only -t --lint -l --debug -d --completion" COMPREPLY=( $(compgen -W "$opts" -- $cur) ) return 0 } complete -F _smartsh_complete smartsh sm