Issue Details (XML | Word | Printable)

Key: CLI-163
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Emmanuel Bourg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons CLI

PosixParser keeps bursting tokens even if a non option character is found

Created: 27/Jul/08 11:17 PM   Updated: 06/Feb/09 06:59 AM
Return to search
Component/s: Parser
Affects Version/s: 1.1
Fix Version/s: 1.2

Time Tracking:
Not Specified

Resolution Date: 27/Jul/08 11:39 PM


 Description  « Hide
PosixParser doesn't stop the bursting process of a token if stopAtNonOption is enabled and a non option character is encountered.

For example if the options a and b are defined, with stopAtNonOption=true the following command line:

-azb

is turned into:

-a zb -b

the right output should be:

-a zb


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.