Skip to content

Commit 52aca4d

Browse files
committed
Reformat recent changes in docs
Make sure that we pin to repl not to console
1 parent 231f16b commit 52aca4d

File tree

6 files changed

+63
-67
lines changed

6 files changed

+63
-67
lines changed

modules/cli/src/main/scala/scala/cli/commands/Repl.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import scala.cli.commands.util.CommonOps.SharedDirectoriesOptionsOps
2020
object Repl extends ScalaCommand[ReplOptions] {
2121
override def group = "Main"
2222
override def names: List[List[String]] = List(
23-
List("console"),
24-
List("repl")
23+
List("repl"),
24+
List("console")
2525
)
2626
override def sharedOptions(options: ReplOptions): Option[SharedOptions] = Some(options.shared)
2727

website/docs/reference/cli-options.md

Lines changed: 32 additions & 24 deletions
Large diffs are not rendered by default.

website/docs/reference/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ Installs completions into your shell
6868

6969
Accepts option groups: [directories](./cli-options.md#directories-options), [install completions](./cli-options.md#install-completions-options), [logging](./cli-options.md#logging-options), [verbosity](./cli-options.md#verbosity-options)
7070

71-
## console
71+
## repl
7272

73-
Aliases: `repl`
73+
Aliases: `console`
7474

7575
Fire-up a Scala REPL
7676

website/docs/reference/scala-command/cli-options.md

Lines changed: 23 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a summary of options that are available for each subcommand of the `scal
1111

1212
Available in commands:
1313

14-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall)
14+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall)
1515

1616
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
1717

@@ -117,7 +117,7 @@ Compile test scope
117117

118118
Available in commands:
119119

120-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
120+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
121121

122122
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
123123

@@ -155,7 +155,7 @@ Update all dependencies if newer version was released
155155

156156
Available in commands:
157157

158-
[`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`install completions` , `install-completions`](./commands.md#install-completions), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall)
158+
[`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`install completions` , `install-completions`](./commands.md#install-completions), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall)
159159

160160
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
161161

@@ -264,7 +264,7 @@ Pass scalafmt version before running it. This overrides whatever value is config
264264

265265
Available in commands:
266266

267-
[`about`](./commands.md#about), [`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`doctor`](./commands.md#doctor), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`help`](./commands.md#help), [`install completions` , `install-completions`](./commands.md#install-completions), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall), [`uninstall completions` , `uninstall-completions`](./commands.md#uninstall-completions), [`update`](./commands.md#update), [`version`](./commands.md#version)
267+
[`about`](./commands.md#about), [`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`doctor`](./commands.md#doctor), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`help`](./commands.md#help), [`install completions` , `install-completions`](./commands.md#install-completions), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall), [`uninstall completions` , `uninstall-completions`](./commands.md#uninstall-completions), [`update`](./commands.md#update), [`version`](./commands.md#version)
268268

269269
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
270270

@@ -288,7 +288,7 @@ Print help message, including hidden options, and exit
288288

289289
Available in commands:
290290

291-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
291+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
292292

293293
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
294294

@@ -342,7 +342,7 @@ Print completions to stdout
342342

343343
Available in commands:
344344

345-
[`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
345+
[`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
346346

347347
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
348348

@@ -360,7 +360,7 @@ Set Java properties
360360

361361
Available in commands:
362362

363-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
363+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
364364

365365
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
366366

@@ -410,7 +410,7 @@ Port for BSP debugging
410410

411411
Available in commands:
412412

413-
[`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`install completions` , `install-completions`](./commands.md#install-completions), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall), [`uninstall completions` , `uninstall-completions`](./commands.md#uninstall-completions)
413+
[`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`install completions` , `install-completions`](./commands.md#install-completions), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall), [`uninstall completions` , `uninstall-completions`](./commands.md#uninstall-completions)
414414

415415
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
416416

@@ -444,24 +444,6 @@ Aliases: `--main-class-list`, `--list-main-class`, `--list-main-classes`
444444

445445
List main classes available in the current context
446446

447-
## Python options
448-
449-
Available in commands:
450-
451-
[`run`](./commands.md#run), [`shebang`](./commands.md#shebang)
452-
453-
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
454-
455-
### `--python-setup`
456-
457-
Set Java options so that Python can be loaded
458-
459-
### `--python`
460-
461-
Aliases: `--py`
462-
463-
Enable Python support via ScalaPy
464-
465447
## Run options
466448

467449
Available in commands:
@@ -487,7 +469,7 @@ Run Java commands using a manifest-based class path (shortens command length)
487469

488470
Available in commands:
489471

490-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
472+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
491473

492474
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
493475

@@ -573,7 +555,7 @@ Whether to run the Scala.js CLI on the JVM or using a native executable
573555

574556
Available in commands:
575557

576-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
558+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
577559

578560
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
579561

@@ -619,11 +601,15 @@ List of compile options
619601
[Internal]
620602
Use default compile options
621603

604+
### `--embed-resources`
605+
606+
Embed resources into the Scala Native binary (can be read with the Java resources API)
607+
622608
## Scalac options
623609

624610
Available in commands:
625611

626-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
612+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
627613

628614
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
629615

@@ -637,7 +623,7 @@ Add a `scalac` option. Note that options starting with `-g`, `-language`, `-opt`
637623

638624
Available in commands:
639625

640-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
626+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
641627

642628
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
643629

@@ -714,7 +700,7 @@ Add dependency for stubs needed to make $ivy and $dep imports to work.
714700

715701
Available in commands:
716702

717-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
703+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
718704

719705
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
720706

@@ -849,7 +835,7 @@ A github token used to access GitHub. Not needed in most cases.
849835

850836
Available in commands:
851837

852-
[`about`](./commands.md#about), [`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`doctor`](./commands.md#doctor), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`install completions` , `install-completions`](./commands.md#install-completions), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall), [`uninstall completions` , `uninstall-completions`](./commands.md#uninstall-completions), [`update`](./commands.md#update), [`version`](./commands.md#version)
838+
[`about`](./commands.md#about), [`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`doctor`](./commands.md#doctor), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`install completions` , `install-completions`](./commands.md#install-completions), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall), [`uninstall completions` , `uninstall-completions`](./commands.md#uninstall-completions), [`update`](./commands.md#update), [`version`](./commands.md#version)
853839

854840
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
855841

@@ -893,7 +879,7 @@ Show only plain scala version
893879

894880
Available in commands:
895881

896-
[`compile`](./commands.md#compile), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
882+
[`compile`](./commands.md#compile), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
897883

898884
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
899885

@@ -962,7 +948,7 @@ Name of BSP
962948

963949
Available in commands:
964950

965-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall)
951+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test), [`uninstall`](./commands.md#uninstall)
966952

967953
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
968954

@@ -998,7 +984,7 @@ A github token used to access GitHub. Not needed in most cases.
998984

999985
Available in commands:
1000986

1001-
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
987+
[`bsp`](./commands.md#bsp), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
1002988

1003989
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
1004990

@@ -1012,7 +998,7 @@ Available in commands:
1012998

1013999
Available in commands:
10141000

1015-
[`console` , `repl`](./commands.md#console)
1001+
[`repl` , `console`](./commands.md#repl)
10161002

10171003
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
10181004

@@ -1036,7 +1022,7 @@ Available in commands:
10361022

10371023
Available in commands:
10381024

1039-
[`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`console` , `repl`](./commands.md#console), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
1025+
[`bsp`](./commands.md#bsp), [`clean`](./commands.md#clean), [`compile`](./commands.md#compile), [`dependency-update`](./commands.md#dependency-update), [`doc`](./commands.md#doc), [`fmt` , `format` , `scalafmt`](./commands.md#fmt), [`repl` , `console`](./commands.md#repl), [`run`](./commands.md#run), [`setup-ide`](./commands.md#setup-ide), [`shebang`](./commands.md#shebang), [`test`](./commands.md#test)
10401026

10411027
<!-- Automatically generated, DO NOT EDIT MANUALLY -->
10421028

website/docs/reference/scala-command/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Installs completions into your shell
6262

6363
Accepts option groups: [directories](./cli-options.md#directories-options), [install completions](./cli-options.md#install-completions-options), [logging](./cli-options.md#logging-options), [verbosity](./cli-options.md#verbosity-options)
6464

65-
## console
65+
## repl
6666

67-
Aliases: `repl`
67+
Aliases: `console`
6868

6969
Fire-up a Scala REPL
7070

website/docs/reference/scala-command/directives.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ Add Scala Native options
160160

161161
`//> using nativeClangPP` _value_
162162

163+
`//> using nativeEmbedResources` _true|false_
164+
163165
#### Examples
164166
`//> using nativeVersion "0.4.0"`
165167

0 commit comments

Comments
 (0)