Support multiple main methods in scripts #3498
Labels
enhancement
New feature or request
legacy:runner:compat
Issues tied to the legacy scala runner compatibility
priority: low
scripting
Issues tied to *.sc script inputs.
Is your feature request related to a problem? Please describe.
After #3479 (comment) we will detect single main class if it's the only thing contained in the script and invoke that.
Describe the solution you'd like
We should also allow user to define which main class to use if there is more that one for example:
Describe alternatives you've considered
Using .scala files is a very simple workaround
The text was updated successfully, but these errors were encountered: