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 bf16c51 commit 9963210Copy full SHA for 9963210
bin/moonc
@@ -10,7 +10,7 @@ parser:flag("-v --version", "Print version")
10
parser:flag("-w --watch", "Watch file/directory for updates")
11
parser:option("--transform", "Transform syntax tree with module")
12
parser:mutex(
13
- parser:flag("-t --output-to", "Specify where to place compiled files"),
+ parser:option("-t --output-to", "Specify where to place compiled files"),
14
parser:option("-o", "Write output to file"),
15
parser:flag("-p", "Write output to standard output"),
16
parser:flag("-T", "Write parse tree instead of code (to stdout)"),
0 commit comments