Lines Matching refs:can
73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitb…
79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exception…
82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main co…
90 then uses terminal colors. You can always suppress colored output by passing ``--no-colors`` to you…
93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green…
96 For more complex coloring you can access the color class through ``$this->colors`` in your script. …
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (…
106 terminal width on its own. It can be overwritten by setting a ``COLUMNS`` environment variable.
114 Columns width can be given in three forms:
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting …
138 The resulting object then can be passed as the logger instance. The difference between the two is i…
140 …not actually type check for the interface (AKA being LoggerAware only) you can also just pass an i…
144 You can adjust the verbosity of your CLI tool using the `--loglevel` parameter. Supported loglevels…
162 The default log level of your script can be set by overwriting the `$logdefault` member.