sbt/main-command/src
Ethan Atkins 3216848c77 Fix client argument parsing for commands containing `-`
When the user ran a command like `testOnly foo -- bar`, the client was
incorrectly treating the `--` as an sbt argument. The assumption is that
once an argument is found that does not start with a `-`, then
everything following that argument is part of the command arguments.
2020-06-26 20:59:18 -07:00
..
main Fix client argument parsing for commands containing `-` 2020-06-26 20:59:18 -07:00
test/scala/sbt Rework multi parser to exclude 'alias' 2019-07-28 12:35:13 -07:00