mirror of https://github.com/sbt/sbt.git
5 lines
123 B
Fish
5 lines
123 B
Fish
|
|
function __sbtcomp
|
||
|
|
sbtc --completions="$argv"
|
||
|
|
end
|
||
|
|
complete --command sbtc -f --arguments '(__sbtcomp (commandline -cp))'
|