Skip to content

Commit 7a0e31a

Browse files
authored
made non-interactivity more clear in readme
fixes #7
1 parent 2a6753f commit 7a0e31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It takes care of
1010
- **colored output**
1111
- **optional PSR3 compatibility**
1212

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.
1414

1515
[![Build Status](https://travis-ci.org/splitbrain/php-cli.svg)](https://travis-ci.org/splitbrain/php-cli)
1616

@@ -155,4 +155,4 @@ Messages from `warning` level onwards are printed to `STDERR` all below are prin
155155

156156
The default log level of your script can be set by overwriting the `$logdefault` member.
157157

158-
See `example/logging.php` for an example.
158+
See `example/logging.php` for an example.

0 commit comments

Comments
 (0)