【发布时间】:2016-07-02 08:11:09
【问题描述】:
https://github.com/steppenwells/sbt-sh
我正在使用 sbt 0.13.9 并尝试按照给定的说明安装 sbt-sh。但是 sbt 不识别 sh 命令:
> sh ls
[error] Expected ID character
[error] Not a valid command: sh
[error] Expected 'show'
[error] Expected project ID
[error] Expected configuration
[error] Expected ':' (if selecting a configuration)
[error] Expected key
[error] Not a valid key: sh
[error] sh ls
[error] ^
>
说明适用于 sbt 0.10,也许从那时起情况发生了变化,本指南已过时?
【问题讨论】: