File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
modules/directives/src/main/scala/scala/build/preprocessing/directives Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ import scala.cli.commands.SpecificationLevel
12
12
@ DirectiveExamples (" //> using test.javaOpt -Dsomething=a" )
13
13
@ DirectiveUsage (
14
14
" //> using javaOpt _options_" ,
15
- " `//> using javaOpt` _options_"
15
+ """ `//> using javaOpt` _options_
16
+ |`//> using javaOptions` _options_`
17
+ |
18
+ |`//> using test.javaOpt` _options_
19
+ |`//> using test.javaOptions` _options_`
20
+ |""" .stripMargin
16
21
)
17
22
@ DirectiveDescription (" Add Java options which will be passed when running an application." )
18
23
@ DirectiveLevel (SpecificationLevel .MUST )
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ Sets Java home used to run your application or tests
179
179
Add Java options which will be passed when running an application.
180
180
181
181
` //> using javaOpt ` _ options_
182
+ ` //> using javaOptions ` _ options_ `
183
+
184
+ ` //> using test.javaOpt ` _ options_
185
+ ` //> using test.javaOptions ` _ options_ `
186
+
182
187
183
188
#### Examples
184
189
` //> using javaOpt -Xmx2g -Dsomething=a `
Original file line number Diff line number Diff line change @@ -74,6 +74,11 @@ Add dependencies
74
74
Add Java options which will be passed when running an application.
75
75
76
76
` //> using javaOpt ` _ options_
77
+ ` //> using javaOptions ` _ options_ `
78
+
79
+ ` //> using test.javaOpt ` _ options_
80
+ ` //> using test.javaOptions ` _ options_ `
81
+
77
82
78
83
#### Examples
79
84
` //> using javaOpt -Xmx2g -Dsomething=a `
You can’t perform that action at this time.
0 commit comments