mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
js: Add command line flag for disabling ANSI colors
This commit is contained in:
parent
c7d2df45b9
commit
11d1950e74
Notes:
sideshowbarker
2024-07-18 00:43:30 +09:00
Author: https://github.com/IdanHo
Commit: 11d1950e74
Pull-request: https://github.com/SerenityOS/serenity/pull/11049
Reviewed-by: https://github.com/linusg ✅
2 changed files with 193 additions and 150 deletions
|
@ -28,6 +28,7 @@ Run `help()` in REPL mode to see its available built-in functions.
|
|||
* `-m`, `--as-module`: Treat as module
|
||||
* `-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
|
||||
* `-s`, `--no-syntax-highlight`: Disable live syntax highlighting in the REPL
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue