We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe700cf commit 6287e7dCopy full SHA for 6287e7d
modules/cli/src/main/scala/scala/cli/commands/util/BuildCommandHelpers.scala
@@ -6,7 +6,6 @@ import scala.cli.commands.util.ScalacOptionsUtil.*
6
import scala.cli.commands.{ScalaCommand, SharedOptions}
7
8
trait BuildCommandHelpers { self: ScalaCommand[_] =>
9
- import scala.cli.commands.util.ScalacOptionsUtil.*
10
extension (successfulBuild: Build.Successful) {
11
def retainedMainClass(
12
logger: Logger,
0 commit comments