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/sampleApplication ------------------------------------------------------------------------------ 3. call command with long option (eg {{{calledCommand --length}}}) which should display "found '-l'" + 4. call command with invalid long option (eg {{{calledCommand --invalid}}}) which should display some error. + + 5. call command with invalid short option (eg {{{calledCommand -i}}}) which should display some error. + I have included the source for both the application and the unit tests as attachements here. inline:CLIDemoWithOneOptionNoArgument.java --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]