We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c62df commit e0f5e3aCopy full SHA for e0f5e3a
doc/api/cli.md
@@ -53,6 +53,10 @@ changes:
53
Evaluate the following argument as JavaScript. The modules which are
54
predefined in the REPL can also be used in `script`.
55
56
+*Note*: On Windows, using `cmd.exe` a single quote will not work correctly
57
+because it only recognizes double `"` for quoting. In Powershell or
58
+Git bash, both `'` and `"` are usable.
59
+
60
61
### `-p`, `--print "script"`
62
<!-- YAML
0 commit comments