mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
Base: Update js(1) manpage
Syntax highlighting is now enabled by default!
This commit is contained in:
parent
61cea6a29d
commit
e37065cc8b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Run `help()` in REPL mode to see its available built-in functions.
|
|||
* `-A`, `--dump-ast`: Dump the Abstract Syntax Tree after parsing the program.
|
||||
* `-l`, `--print-last-result`: Print the result of the last statement executed.
|
||||
* `-g`, `--gc-on-every-allocation`: Run garbage collection on every allocation.
|
||||
* `-s`, `--syntax-highlight`: Enable live syntax highlighting in the REPL
|
||||
* `-s`, `--no-syntax-highlight`: Disable live syntax highlighting in the REPL
|
||||
* `-t`, `--test-mode`: Run the interpreter with added functionality for the test harness
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue