Opened 11 years ago
Closed 4 years ago
#11642 closed Bug Report - General (Fixed)
CommandLineParser cannot handle values being passed to boolean options
Reported by: | Raymond Wagner | Owned by: | Raymond Wagner |
---|---|---|---|
Priority: | trivial | Milestone: | 0.27 |
Component: | MythTV - General | Version: | Master Head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
If an option/value pair is processed, split using a equals ('=') sign, and passed to a boolean option, the parser will attempt to reprocess the two arguments separately, and get caught in an infinite loop.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 168b8528f39ef8837884f93d8c26f3496868c642/mythtv: