europalang / Europa-Lang

A fun and simple language with NO classes whatsoever!
MIT License
22 stars 3 forks source link

Made CLI Better #10

Closed seanlnge closed 3 years ago

seanlnge commented 3 years ago

Created cli.rs to store CLI commands and parsing arguments passed.

19wintersp commented 3 years ago

Would it not be easier to use a pre-built parsing library, like clap?

seanlnge commented 3 years ago

I haven't heard of clap, but I can look into it and try rewriting the CLI using it.

19wintersp commented 3 years ago

@SpicySpices I was already working on doing that, but sounds good :ok_hand:

seanlnge commented 3 years ago

Ah go ahead, it seems like you have more experience than me at it