sbt/main/command
Mark Harrah 1612af8dbb Parser.failOnException method, don't let rhs of alias fail the parse. Fixes #572.
alias only parses the right hand side for tab completion help.
The assignment should happen whether or not the parse is successful because the
context may change by the time the alias is actually evaluated.
In particular, the 'set' command uses the loaded project for tab completion in 0.12.1.
When a .sbtrc file is processed, the project has not been loaded yet, so aliases
involving set fail.  Wrapping the rhs in failOnException addresses this.
2012-10-15 12:42:27 -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 Parser.failOnException method, don't let rhs of alias fail the parse. Fixes #572. 2012-10-15 12:42:27 -04:00
BasicKeys.scala show full stack trace by default when running in batch mode 2012-06-22 22:11:24 -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 correct CommandUtil.aligned to use provided prefix 2012-07-13 14:33:27 -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 show full stack trace by default when running in batch mode 2012-06-22 22:11:24 -04:00
Watched.scala split command core to main/command/ 2012-01-29 14:36:27 -05:00