almosr / android-svg-code-render

Convert SVG files into Java source and use it in your Android app
Apache License 2.0
24 stars 3 forks source link

Implement better handling of command line arguments #55

Closed almosr closed 9 years ago

almosr commented 9 years ago

Currently the command line arguments are parsed sequentially, for specifying an optional argument all the other arguments must be specified which stand before that desired one.

Implement a more sophisticated argument parsing using argument option tags: