sbt/main-command/src
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
..
main Fix `help` command arguments parsing 2025-12-18 17:49:32 +01:00
test/scala/sbt update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00