Skip to content

Commit 231f16b

Browse files
committed
Mark Python options as experimental
1 parent 384c074 commit 231f16b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cli-options/src/main/scala/scala/cli/commands/SharedPythonOptions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import caseapp._
44

55
// format: off
66
final case class SharedPythonOptions(
7-
@HelpMessage("Set Java options so that Python can be loaded")
7+
@HelpMessage("[experimental] Set Java options so that Python can be loaded")
88
pythonSetup: Option[Boolean] = None,
9-
@HelpMessage("Enable Python support via ScalaPy")
9+
@HelpMessage("[experimental] Enable Python support via ScalaPy")
1010
@ExtraName("py")
1111
python: Option[Boolean] = None
1212
)

0 commit comments

Comments
 (0)