-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Allow a callback that is called on all passed values, ignoring default
$this->displayHelp = & $this->flags->bool('help', false, 'Display this help message.', function(){ return false; });
would cause --help
being called to always throw an exception, eg: causing description to appear.
if callable returns anything other than true, use it as the message.
Metadata
Metadata
Assignees
Labels
No labels