sbt/client/completions/_sbtn

6 lines
146 B
Plaintext
Executable File

#compdef sbtn
COMPLETE="--completions=${words[@]}"
COMPLETIONS=($(sbtn --no-tab ${COMPLETE}))
_alternative 'arguments:custom arg:($COMPLETIONS)'