Scala CLI help should provide a way to display help from compiler, REPL and other undelaying tools #1308
Labels
SIP-46
All the issues related to SIP-46 to turn Scala CLI into the official scala runner command.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Scala CLI is intended to be a replacement for many tools like compiler, REPL and scalafmt. That is why we should allow our users a way to inspect the help from underlying tools as well. Also a help message for each such tool should mention about different such options.
Describe the solution you'd like
A dedicated flag e.g.
--help-repl
or--help-scalac
to display a help from underlying tool.The text was updated successfully, but these errors were encountered: