Lines Matching full:you

68     - ``$options->getOpts`` lets you access set options
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. …
97 is probably what you want to use.
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (…
105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out …
131 you call backend code from your CLI that expects a Logger instance to produce any sensible status o…
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting …
135 * Use `splitbrain\phpcli\PSR3CLI` if you're using version 2 of PSR3 (PHP < 8.0)
136 * Use `splitbrain\phpcli\PSR3CLIv3` if you're using version 3 of PSR3 (PHP >= 8.0)
138 …n adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested …
140 …oes not actually type check for the interface (AKA being LoggerAware only) you can also just pass …
144 You can adjust the verbosity of your CLI tool using the `--loglevel` parameter. Supported loglevels…