Softhouse / jargo

Argument and options parser for java
Other
17 stars 0 forks source link

Support -- to indicate end of options and start of indexed arguments #12

Closed jontejj closed 11 years ago

jontejj commented 11 years ago

For example:

program --enable-logging -- file-one-path file-two-path

This avoids ambiguities between whether file-one-path is an option or an indexed argument