sbt/main-command/src/main
Martin Duhem 37037357a3
Fix `help` command arguments parsing
Previously, some additional code was used to parse the arguments to the
`help` command and ensure that the remaining commands were consistent
with the desired state of sbt.

While this code worked well in sbt 1.x, and was helpful in getting `sbt
help new` to work as expected, this does not work in sbt 2, and is
actually not required.

This patch removes the additional code, which fixes the `help` command
in sbt.
2025-12-18 17:49:32 +01:00
..
contraband add `codecPackage` annotation to `state.contra` 2024-10-19 07:31:07 +09:00
contraband-scala/sbt Apply Contraband 2025-09-28 21:28:21 -04:00
java/sbt/internal Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
scala Fix `help` command arguments parsing 2025-12-18 17:49:32 +01:00