diff options
| author | 2019-01-16 12:32:33 -0500 | |
|---|---|---|
| committer | 2019-01-16 12:32:33 -0500 | |
| commit | 82cddef5bb73f990a42b01cfdac29dbdb3df0c14 (patch) | |
| tree | 54f918904fa29709721ea566c9b166f476db46a9 /janet.1 | |
| parent | Add error special form in Peg to allow construction of grammar errors (diff) | |
Update man page and add early exit to number scanning for parser.
Diffstat (limited to 'janet.1')
| -rw-r--r-- | janet.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -37,7 +37,11 @@ Shows the version text and exits immediately. .TP .BR \-s -Read raw input from stdin, such as from a pipe without printing a prompt. +Read raw input from stdin and forgo prompt history and other readline-like features. + +.TP +.BR \-q +Quiet output. Don't prinpt a repl prompt or expression results to stdout. .TP .BR \-r |
