### Variations of command tried `moonc -w --output-to "./out" config.moon` `moonc -w -t .out .` `moonc -t .out -w .` ### Expected behaviour When supplying -t argument with -w files are found in the specified dir and outputed at -t argument. ### Observed behaviour `moonc -w --output-to "./out" config.moon` Watches .config.moon but also outputs it to . `moonc -w -t .out .` Watches files in . but also outputs them in .