1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-23 11:47:40 +00:00

Update man page and add early exit to number scanning for parser.

This commit is contained in:
Calvin Rose
2019-01-16 12:32:33 -05:00
parent d0fc29338c
commit 82cddef5bb
3 changed files with 10 additions and 4 deletions

View File

@@ -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