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 bfdf68f commit a1f0556Copy full SHA for a1f0556
1 file changed
README.md
@@ -51,7 +51,7 @@ luaw -e "dofile('res/testing.lua')" -Dtest=5 -n a b c
51
luaw -e "dofile('testing.lua')" -s res -Dtest=5 -n a b c
52
53
# stdin:
54
-luaw - |
+luaw -
55
dofile('res/testing.lua')
56
<Ctrl + d>
57
<Enter>
@@ -63,7 +63,7 @@ luaw -p
63
Windows Specific:
64
```batch
65
REM stdin
66
67
68
<Ctrl + z>
69
0 commit comments