sbt/util
Mark Harrah 9e080d7418 configurable shell prompt
for example:
 Command.ShellPrompt := {
   s => Project.extract(s).cid + "> "
 }
2011-02-21 19:35:05 -05:00
..
collection configurable shell prompt 2011-02-21 19:35:05 -05:00
complete add 'seq' combinator that applies one or more parsers, collecting all valid results 2011-02-21 10:00:40 -05:00
control first shot at general command/definition model 2010-07-17 12:07:41 -04:00
log introduce sbt.log.format for explicit formatting control 2010-12-02 19:18:08 -05:00
process add another Process constructor 2010-09-27 18:50:17 -04:00