1
Fork 0
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:
Idan Horowitz 2021-11-23 23:02:19 +02:00 committed by Linus Groh
parent 15fafdc645
commit 58397f356f
2 changed files with 8 additions and 3 deletions

View file

@ -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