tdenniston / bish

Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.
MIT License
1.48k stars 36 forks source link

using getopt to make handling command line args easier #35

Closed digitalsurgeon closed 9 years ago

digitalsurgeon commented 9 years ago

Needed for an addition idea in my mind.

tdenniston commented 9 years ago

Thanks! Eventually we will want to move to getopt_long, but this is great for now.