Fault-lang / Fault

a language for building system dynamic models
https://fault.tech
MIT License
165 stars 6 forks source link

Add visualize mode to help message #32

Closed raymyers closed 1 year ago

raymyers commented 1 year ago

Reflect all valid modes in the usage message.

Before

  -m string
        stop compiler at certain milestones: ast, ir, smt, or check (default "check")

After

  -m string
        stop compiler at certain milestones: ast, ir, smt, check, or visualize (default "check")