Ticket #862 (closed defect: fixed)
Command line switches without parameter don't work
| Reported by: | jorrit | Owned by: | mapi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | phpUnderControl | Version: | phpUnderControl 0.4.7 |
| Keywords: | Cc: | ||
| PHP Version: | 5.2.9 |
Description
I tried to set the --without-php-documentor setting, but it complained that it needed a value. This is because the function that registers the argument registers the $args parameter of $def->addOption() as 'false', whereas ConsoleInput checks it for being strictly null.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

