System getOptions
"andrew_pennebaker" <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
In the interest of Io behaving more intuitively, I propose that System getOptions: 1) Automatically drops the first argument from args. 2) Allows a space instead of an equals, so that both ./myscript -p=80 and ./myscript.io -p 80 would work. Of course, this would break current Io CLI code, but it would also make all future code more intuitive.