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

------------------------------------------------------------------------------
- 
+ = Example 1 =
  == 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:
  {{{
@@ -12, +12 @@

  
  inline:CLIDemoWithOneOptionAndAnArgumentTest.java
  
+ = Example 1 =
+ == story ==
+ I want to pick up a command line that has both an option and that option 
accepts an argument. They are connected so the following command lines are all 
valid:
+ {{{
+ command -l width
+ command -l
+ command
+ }}}
  inline:CLIDemoWithOneOptionWithAnArgumentTest.java
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to