DanielGavin / ols

Language server for Odin
MIT License
440 stars 68 forks source link

Include `-stdin` in args to parse. #314

Closed hchac closed 7 months ago

hchac commented 7 months ago

When running $ odinfmt -stdin, the -stdin flag was being ignored. Made a small fix to make sure it's included in the argument parsing.