Open snunez1 opened 10 years ago
Does anyone have a good idiom for parsing command-line arguments? I've found one example here: https://github.com/plesner/scsh that looks interesting. It would be nice to document the 'right way' to handle this.
Anyone have any ideas here? Having a standard pattern/idiom for this seems to be a fundamental requirement for a scripting language.
Does anyone have a good idiom for parsing command-line arguments? I've found one example here: https://github.com/plesner/scsh that looks interesting. It would be nice to document the 'right way' to handle this.