From 11d1950e742a6a2ec11e852e644e24682cd5072e Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Tue, 23 Nov 2021 22:46:28 +0200 Subject: js: Add command line flag for disabling ANSI colors --- Base/usr/share/man/man1/js.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Base/usr') 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 -- cgit v1.2.3