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 e8274ff commit 15983d9Copy full SHA for 15983d9
src/cli.php
@@ -8,5 +8,5 @@
8
$cli->error($string);
9
echo $cli->input('Hello world: ',array('Hello','world'));
10
echo $cli->input('Test2: ', 'test');
11
-print_r($colors->getForegroundColors());
12
-print_r($colors->getBackgroundColors());
+//print_r($colors->getForegroundColors());
+//print_r($colors->getBackgroundColors());
0 commit comments