File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It takes care of
10
10
- ** colored output**
11
11
- ** optional PSR3 compatibility**
12
12
13
- It is lightweight and has ** no 3rd party dependencies** .
13
+ It is lightweight and has ** no 3rd party dependencies** . Note: this is for non-interactive scripts only. It has no readline or similar support.
14
14
15
15
[ ![ Build Status] ( https://travis-ci.org/splitbrain/php-cli.svg )] ( https://travis-ci.org/splitbrain/php-cli )
16
16
@@ -155,4 +155,4 @@ Messages from `warning` level onwards are printed to `STDERR` all below are prin
155
155
156
156
The default log level of your script can be set by overwriting the ` $logdefault ` member.
157
157
158
- See ` example/logging.php ` for an example.
158
+ See ` example/logging.php ` for an example.
You can’t perform that action at this time.
0 commit comments