mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +02:00
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.