We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
61d1ccd
Feature: Add support for binding custom functions to any key code. (#70 by @clue)
$readline->on('?', function () use ($stdio) { $stdio->write('Do you need help?'); });
Feature: Add addInput() helper method. (#69 by @clue)
addInput()
$readline->addInput('hello'); $readline->addInput(' world');