Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by Andrew Oxenburgh: http://wiki.apache.org/commons/CLI2/SampleCodeSingleOptionAndAnArgument ------------------------------------------------------------------------------ + + == story == + I want to pick up a command line that has both an option and an argument. They are not connected so the following command lines are all valid: + {{{ + command -l width + command -l + command width + command + }}} + inline:CLIDemoWithOneOptionAndAnArgumentTest.java inline:CLIDemoWithOneOptionWithAnArgumentTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
