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 ca9ccfe commit f04ae47Copy full SHA for f04ae47
bin/moonc
@@ -26,7 +26,7 @@ if not read_stdin then
26
parser:argument("file/directory"):args("+")
27
end
28
29
-local opts = parser:parse()
+local opts = read_stdin and {} or parser:parse()
30
31
if opts.version then
32
local v = require "moonscript.version"
0 commit comments