summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-11-23 22:46:28 +0200
committerLinus Groh <mail@linusgroh.de>2021-11-24 18:05:24 +0000
commit11d1950e742a6a2ec11e852e644e24682cd5072e (patch)
tree8fba36915b0a3d01d5848f43617ae56236e47e86 /Base/usr
parentc7d2df45b9dfe754eb9adfadbf42b24d48349a13 (diff)
downloadserenity-11d1950e742a6a2ec11e852e644e24682cd5072e.zip
js: Add command line flag for disabling ANSI colors
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man1/js.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/js.md b/Base/usr/share/man/man1/js.md
index 4aaab8236e..0d797df1b9 100644
--- a/Base/usr/share/man/man1/js.md
+++ b/Base/usr/share/man/man1/js.md
@@ -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