mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
Base: Update js(1) manpage
Syntax highlighting is now enabled by default!
This commit is contained in:
parent
61cea6a29d
commit
e37065cc8b
Notes:
sideshowbarker
2024-07-19 07:07:37 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/e37065cc8b9 Pull-request: https://github.com/SerenityOS/serenity/pull/2052
@ -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…
Reference in New Issue
Block a user