mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
6 lines
146 B
Plaintext
Executable File
6 lines
146 B
Plaintext
Executable File
#compdef sbtn
|
|
|
|
COMPLETE="--completions=${words[@]}"
|
|
COMPLETIONS=($(sbtn --no-tab ${COMPLETE}))
|
|
_alternative 'arguments:custom arg:($COMPLETIONS)'
|