mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
js: Add command line flag for disabling source line hints
This commit is contained in:
parent
15fafdc645
commit
58397f356f
2 changed files with 8 additions and 3 deletions
|
@ -29,6 +29,7 @@ Run `help()` in REPL mode to see its available built-in functions.
|
|||
* `-l`, `--print-last-result`: Print the result of the last statement executed.
|
||||
* `-g`, `--gc-on-every-allocation`: Run garbage collection on every allocation.
|
||||
* `-c`, `--disable-ansi-colors`: Disable ANSI colors
|
||||
* `-h`, `--disable-source-location-hints`: Disable source location hints
|
||||
* `-s`, `--no-syntax-highlight`: Disable live syntax highlighting in the REPL
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue