Lines Matching full:is
3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.
13 It is lightweight and has **no 3rd party dependencies**. Note: this is for non-interactive scripts …
59 The basic usage is simple:
89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is a…
97 is probably what you want to use.
108 The formatter is used through the ``format()`` method which expects at least two arrays: The first …
109 widths, the second contains the texts to fill into the columns. Between each column a border is pri…
123 Space for borders is automatically calculated. It is recommended to always have some relative (perc…
126 The table formatter is used for the automatic help screen accessible when calling your script with …
130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). …
138 The resulting object then can be passed as the logger instance. The difference between the two is i…
150 * success (this is not defined in PSR-3)
159 …or all log levels are available. Placeholder interpolation as described in PSR-3 is available, too.