Skip to content

Commit

Permalink
docs: clarify usage cli options -e,-p on windows
Browse files Browse the repository at this point in the history
PR-URL: #15568
Fixes: #15522
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
lukaszewczak authored and MylesBorins committed Oct 17, 2017
1 parent d0dedf3 commit 2924d64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ added: v0.5.2
Evaluate the following argument as JavaScript. The modules which are
predefined in the REPL can also be used in `script`.

*Note*: On Windows, using `cmd.exe` a single quote will not work correctly
because it only recognizes double `"` for quoting. In Powershell or
Git bash, both `'` and `"` are usable.


### `-p`, `--print "script"`
<!-- YAML
Expand Down

0 comments on commit 2924d64

Please sign in to comment.