File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
modules/directives/src/main/scala/scala/build/preprocessing/directives Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ import scala.cli.commands.SpecificationLevel
14
14
@ DirectiveUsage (
15
15
" //> using javaProp _key=val_" ,
16
16
""" `//> using javaProp` _key=value_
17
- |
18
17
|`//> using javaProp` _key_
18
+ |
19
+ |`//> using test.javaProp` _key=value_
20
+ |`//> using test.javaProp` _key_
19
21
|""" .stripMargin
20
22
)
21
23
@ DirectiveDescription (" Add Java properties" )
Original file line number Diff line number Diff line change @@ -195,9 +195,11 @@ Add Java options which will be passed when running an application.
195
195
Add Java properties
196
196
197
197
` //> using javaProp ` _ key=value_
198
-
199
198
` //> using javaProp ` _ key_
200
199
200
+ ` //> using test.javaProp ` _ key=value_
201
+ ` //> using test.javaProp ` _ key_
202
+
201
203
202
204
#### Examples
203
205
` //> using javaProp foo1=bar foo2 `
Original file line number Diff line number Diff line change @@ -90,9 +90,11 @@ Add Java options which will be passed when running an application.
90
90
Add Java properties
91
91
92
92
` //> using javaProp ` _ key=value_
93
-
94
93
` //> using javaProp ` _ key_
95
94
95
+ ` //> using test.javaProp ` _ key=value_
96
+ ` //> using test.javaProp ` _ key_
97
+
96
98
97
99
#### Examples
98
100
` //> using javaProp foo1=bar foo2 `
You can’t perform that action at this time.
0 commit comments