-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
missing featureSomething should have been implemented, but wasn't.Something should have been implemented, but wasn't.package command
Milestone
Description
Is your feature request related to a problem? Please describe.
To be consistent with other build methods, it should be possible to package the test scope along with main when using the package command.
Describe the solution you'd like
A --test command line option, similar to repl and compile.
Describe alternatives you've considered
Currently it's possible to compile the test scope separately and then add the output to the classpath for package.
It's a hassle though, and requires 2 separate scala-cli calls.
Additional context
Metadata
Metadata
Assignees
Labels
missing featureSomething should have been implemented, but wasn't.Something should have been implemented, but wasn't.package command
Type
Projects
Status
Done