Given the standard format of

progam [options] <argument>

I am confused how Commons Cli treats the last above. Obviously CommandLine.getArgList will get that argument. But that doesn't help me when it comes to HelpFomatter. That seems only to know about Options. Am I to understand that the Option class has to be used for arguments too, if I want to tell the user about <argument>?

TIA


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to