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.
wrapper.object
1 parent f771595 commit 08647e5Copy full SHA for 08647e5
modules/directives/src/main/scala/scala/build/preprocessing/directives/ObjectWrapper.scala
@@ -11,6 +11,7 @@ import scala.cli.commands.SpecificationLevel
11
@DirectiveLevel(SpecificationLevel.EXPERIMENTAL)
12
final case class ObjectWrapper(
13
@DirectiveName("object.wrapper")
14
+ @DirectiveName("wrapper.object")
15
objectWrapper: Boolean = false
16
) extends HasBuildOptions {
17
def buildOptions: Either[BuildException, BuildOptions] =
0 commit comments