Lines Matching refs:CLI
1 # PHP-CLI
3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.
29 use splitbrain\phpcli\CLI;
32 class Minimal extends CLI
61 - create a class and ``extend splitbrain\phpcli\CLI``
78 By default, the CLI class registers an exception handler and will print the exception's message to …
130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). …
131 you call backend code from your CLI that expects a Logger instance to produce any sensible status o…
133 …rom one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
140 …terface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.
144 You can adjust the verbosity of your CLI tool using the `--loglevel` parameter. Supported loglevels…