typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Entering `conduct` should list down the sub commands #115

Closed markusjura closed 8 years ago

markusjura commented 8 years ago

When entering the conduct command the output is:

> conduct
Usage: conduct <subtask>
[success] Total time: 0 s, completed Oct 20, 2015 11:13:19 AM

This is output is not really helpful for the user. Instead we should list down all available sub commands (similar to conduct help).

markusjura commented 8 years ago

Fixed with PR https://github.com/sbt/sbt-conductr/pull/118.