We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c508191
$app = new App(); $app->dispatch('{COMMAND}', [ 'hi|hello' => function (App $app) { $app->task(function () { return 'HELLO'; }); } ]);