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.
1 parent 35d4708 commit 763ec80Copy full SHA for 763ec80
src/cli.php
@@ -7,4 +7,4 @@
7
$cli->output($string);
8
$cli->error($string);
9
echo $cli->input('Hello world: ',array('Hello','world'));
10
-echo $cli->input('Test2: ', 'test');
+echo $cli->input('Test2: ', 'test');
0 commit comments