ValeLang / Vale

Compiler for the Vale programming language - http://vale.dev/

Home Page:https://vale.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unrecognized option: `--output_dir`

freakynit opened this issue · comments

Was trying to compile hello world, but it seems the compiler doesn't recognize output_dir option, though, the same is mentioned project README. Here's attached scheenshot for same:

Screenshot 2022-06-18 at 11 24 42 AM


Running on Intel Mac 13 inch-2020 model
Mac OS BigSur 11.5.1
Compiler: Vale-Mac-0.2.0.11.zip

Thanks...

Hey, thanks for the bug report! It seems the compiler doesn't handle the =, and it should.

Workaround until this is fixed: use a space, like --output_dir build

(Leaving this bug open until we support = for args)