Skip to content

moonc doesnt output to -t when using -w #450

Open
@NeonFXFusion

Description

@NeonFXFusion

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions