sbt/sbt/src
Ethan Atkins c00cc37953 Do not require leading semicolon for multi command
It has long been a frustration of mine that it is necessary to prepend
multiple commands with a ';'. In this commit, I relax that restriction.
I had to reorder the command definitions so that multi comes before act.
This was because if the multi command did not have a leading semicolon,
then it would be handled by the action parser before the multi command
parser had a shot at it. Sadness ensued.
2018-11-19 10:42:51 -08:00
..
main Update header 2018-09-14 04:53:36 -04:00
repo-override-test Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
sbt-test Do not require leading semicolon for multi command 2018-11-19 10:42:51 -08:00
server-test fix ServerSpec testing with dbuild 2018-10-18 17:57:14 +01:00
test/scala fix ServerSpec testing with dbuild 2018-10-18 17:57:14 +01:00