Skip to content

Commit

Permalink
Add --force-stdin-eval-mode opt to usage msg
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 7, 2017
1 parent 2051845 commit 5c7bbea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Perl6/Compiler.nqp
Expand Up @@ -117,6 +117,11 @@ and, by default, also executes the compiled code.
any other extension outputs in HTML
--doc=module use Pod::To::[module] to render inline documentation
--force-stdin-eval-mode=interactive|non-interactive
when running without -e or filename arguments,
do not rely on whether STDIN is a TTY and force the
eval of code from STDIN to be via REPL (interactive)
or without REPL (non-interactive)
Note that only boolean single-letter options may be bundled.
Expand Down

0 comments on commit 5c7bbea

Please sign in to comment.