mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
"-t --output-to" should be an option not a flag
This commit is contained in:
parent
bf16c518eb
commit
d64467d070
@ -10,7 +10,7 @@ parser:flag("-v --version", "Print version")
|
||||
parser:flag("-w --watch", "Watch file/directory for updates")
|
||||
parser:option("--transform", "Transform syntax tree with module")
|
||||
parser:mutex(
|
||||
parser:flag("-t --output-to", "Specify where to place compiled files"),
|
||||
parser:option("-t --output-to", "Specify where to place compiled files"),
|
||||
parser:option("-o", "Write output to file"),
|
||||
parser:flag("-p", "Write output to standard output"),
|
||||
parser:flag("-T", "Write parse tree instead of code (to stdout)"),
|
||||
|
Loading…
Reference in New Issue
Block a user