You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/cli/src/main/scala/scala/cli/commands/package0/PackagerOptions.scala
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,12 @@ final case class PackagerOptions(
132
132
)
133
133
@Tag(tags.restricted)
134
134
dockerImageTag: Option[String] =None,
135
+
@Group(HelpGroup.Docker.toString)
136
+
@HelpMessage(
137
+
"Allows to override the executable used to run the application in docker, otherwise it defaults to sh for the JVM platform and node for the JS platform"
138
+
)
139
+
@Tag(tags.restricted)
140
+
dockerCmd: Option[String] =None,
135
141
136
142
@Group(HelpGroup.NativeImage.toString)
137
143
@HelpMessage(s"GraalVM Java major version to use to build GraalVM native images (${Constants.defaultGraalVMJavaVersion} by default)")
0 commit comments