Issue Details (XML | Word | Printable)

Key: CLI-157
Type: Improvement Improvement
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

GnuParser doesn't support --param=value options

Created: 30/May/08 06:00 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: 01/Jun/08 10:03 AM


 Description  « Hide
GnuParser doesn't support options formatted with a double hyphen and an equal sign, for example :
--user=ebourg

gdb and gcc have this kind of options, it looks like a good candidate for a GNU like parser.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Bourg added a comment - 01/Jun/08 10:03 AM
Fixed, -foo=bar options are also supported now.