You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/11/09 14:58:38 UTC

DO NOT REPLY [Bug 14409] New: - Add support for stuff like [target [target2 [target3] ...]]

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14409>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14409

Add support for stuff like [target [target2 [target3] ...]]

           Summary: Add support for stuff like [target [target2 [target3]
                    ...]]
           Product: Commons
           Version: 1.0 Beta 1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: CLI
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: max@eos.dk


I do not know the correct term for the feature, but something like: "anonymous options" that is 
always listed at the end of the commandline.

Currently one access these options via 
cmdline.getArgList(), but e.g. the
HelpFormatter does not include these in its usage print 
and they are not verified by the parser. e.g. man command line is required to have at least one page 
argument, but that is not checkked by the parser - that should be possible.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>