【发布时间】:2013-10-28 21:52:39
【问题描述】:
我使用 sbt 0.13.1。
要列出sbt 项目中的任务,可以使用sbt tasks -V。
作为A "command" looks similar to a task: it's a named operation that can be executed from the sbt console 和Typically, you would resort to a command when you need to do something that's impossible in a regular task,我如何知道哪些命令可用于sbt 项目?
是否有类似的命令可以列出 sbt 项目中的所有命令?
说,sbt-idea 插件安装在一个 sbt 项目中。我如何查询项目以了解the gen-idea command?
考虑到@Mark Harrah:"gen-idea is a command, not a task." 的评论和sbt-idea 插件的文档,它写着"Use the gen-idea sbt task to create Idea project files."(注意task的使用),这真是令人困惑。我很困惑。
【问题讨论】:
标签: sbt