Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a config option to turn on power features #1823

Closed
tgodzik opened this issue Feb 2, 2023 · 0 comments · Fixed by #1835
Closed

Add a config option to turn on power features #1823

tgodzik opened this issue Feb 2, 2023 · 0 comments · Fixed by #1835
Assignees
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.

Comments

@tgodzik
Copy link
Member

tgodzik commented Feb 2, 2023

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 options

Describe 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

@tgodzik tgodzik added enhancement New feature or request SIP-46 All the issues related to SIP-46 to turn Scala CLI into the official scala runner command. labels Feb 2, 2023
@lwronski lwronski self-assigned this Feb 7, 2023
@tgodzik tgodzik moved this to Done in Issue Board Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants