sbt/main
Mark Harrah 53f75a85cc Basic named commands now print usage if the argument parser fails on empty input. Fixes #776.
The Help for these commands now needs to be cleaned up, since they were not written with
this feature in mind.  In particular,

* consider adding syntax summaries in the short help strings
* alternatively, add the syntax summary data elsewhere for use specifically by this feature
* display a better message when there is no short help string, such as
   "See 'help <command>' for usage." or just displaying the lower level error message, such as
   "Expected whitespace"
2013-06-17 12:06:13 -04:00
..
actions/src Put summary not available message at the debug level. Review by @cheeseng. 2013-05-14 09:09:20 -04:00
command/src/main/scala/sbt Basic named commands now print usage if the argument parser fails on empty input. Fixes #776. 2013-06-17 12:06:13 -04:00
settings/src require dynamic initialization to be explicitly enabled for derived settings 2013-05-09 17:28:39 -04:00
src Key parsing improvements. Ref #776. 2013-06-17 12:06:13 -04:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00