Add a config option to turn on power features #1823
Labels
enhancement
New feature or request
SIP-46
All the issues related to SIP-46 to turn Scala CLI into the official scala runner command.
Is your feature request related to a problem? Please describe.
When using scala-cli as the scala runner whenever you want to use an advanced option you need to add
--power
, which might not be the best UX experience when using a lot of advanced optionsDescribe the solution you'd like
Have a way to turn it on as a default:
scala config --power
or
scala config --power true
or
scala config power true
Describe alternatives you've considered
Always add
--power
Additional context
When merging scala-cli and scala into one functionality it will be required to get a smooth transition for the users of previous scala-cli versions
The text was updated successfully, but these errors were encountered: