Update documentation for the -q flag.

This commit is contained in:
Calvin Rose 2020-04-27 18:57:53 -05:00
parent 80f19a0ab7
commit 6b0f93ce8a
2 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ after an error. Persistent mode can be good for debugging and testing.
.TP
.BR \-q
Quiet output. Don't print a repl prompt or expression results to stdout.
Hide the logo in the repl.
.TP
.BR \-k

View File

@ -2537,7 +2537,7 @@
(run-context {:env env
:chunks chunks
:expander (fn [x] [pp x])
:expander (fn [x] (with-syms [g] (apply let [g x] [pp g] [g])))
:on-status (or onsignal (make-onsignal env 1))
:source "repl"}))
@ -2605,7 +2605,7 @@
-d : Set the debug flag in the repl
-r : Enter the repl after running all scripts
-p : Keep on executing if there is a top level error (persistent)
-q : Hide prompt, logo, and repl output (quiet)
-q : Hide logo (quiet)
-k : Compile scripts but do not execute (flycheck)
-m syspath : Set system path for loading global modules
-c source output : Compile janet source code into an image