File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/cli/src/main/scala/scala/cli/commands/shared Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ final case class SharedPythonOptions(
1414 @ ExtraName (" py" )
1515 python : Option [Boolean ] = None ,
1616 @ Tag (tags.experimental)
17- @ HelpMessage (s " [experimental] Set ScalaPy version ( ${Constants .scalaPyVersion} by default) " )
17+ @ HelpMessage (s " Set ScalaPy version ( ${Constants .scalaPyVersion} by default) " )
1818 @ ExtraName (" scalapyVersion" )
1919 scalaPyVersion : Option [String ] = None
2020)
Original file line number Diff line number Diff line change @@ -1039,7 +1039,7 @@ Enable Python support via ScalaPy
10391039
10401040Aliases: ` --scalapy-version `
10411041
1042- [ experimental ] Set ScalaPy version (0.5.3 by default)
1042+ Set ScalaPy version (0.5.3 by default)
10431043
10441044## Repl options
10451045
You can’t perform that action at this time.
0 commit comments