sbt/main/command
Mark Harrah 5ff33fad3e Second try at printing message when stack trace suppressed.
Problems:

  1. Without a message, users don't find 'last'
  2. Showing a message for every error clutters output.

This tries to address these issues by:

1. Only showing the message when other feedback has not been provided and
   'last' would not usually be helpful.  This will require ongoing tweaking.
   For now, all commands except 'compile' display the message.  'update' could
   omit the message as well, but perhaps knowing about 'last' might be
   useful there.

2. Including the exact command to show the output:
    last test:compile
   and not just
    last <task>

3. Highlighting the command in blue for visibility as an experiment.

Review by @ijuma and @retronym, please.
2012-05-19 18:20:19 -04:00
..
BasicCommandStrings.scala add extra category of help for listing command names without summary 2012-04-07 18:10:23 -04:00
BasicCommands.scala add extra category of help for listing command names without summary 2012-04-07 18:10:23 -04:00
BasicKeys.scala rank settings, tasks and use this to restrict help/settings/tasks output. fixes #315 2012-03-25 20:35:09 -04:00
Command.scala add extra category of help for listing command names without summary 2012-04-07 18:10:23 -04:00
CommandUtil.scala help message changes 2012-04-07 18:10:23 -04:00
ExceptionCategory.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
Highlight.scala searchable help 2012-03-12 19:54:18 -04:00
MainControl.scala split command core to main/command/ 2012-01-29 14:36:27 -05:00
MainLoop.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
State.scala enhance 'projects' to allow temporarily adding/removing builds to the session 2012-04-06 20:28:31 -04:00
Watched.scala split command core to main/command/ 2012-01-29 14:36:27 -05:00