【发布时间】:2014-04-24 08:25:53
【问题描述】:
使用sbt-git 插件进行以下设置:
> about
[info] This is sbt 0.13.2
[info] The current project is {file:/Users/jacek/oss/sbt-git/}sbt-git 0.6.4-SNAPSHOT
[info] The current project is built against Scala 2.10.3
[info] Available Plugins: com.typesafe.sbt.SbtGit
[info] sbt, sbt plugins, and build definitions are using Scala 2.10.3
如何查询插件的可用任务和设置?我想说 - 在 sbt shell 上显示插件的任务和设置。可能的?怎么样?
【问题讨论】:
标签: sbt