Lines Matching full:your
41 // implement your code
67 - implement the ```main($options)``` method and do your business logic there
71 - instantiate your class and call ```run()``` on it
82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main co…
90 …terminal colors. You can always suppress colored output by passing ``--no-colors`` to your scripts.
96 For more complex coloring you can access the color class through ``$this->colors`` in your script. …
101 and wrapping will fail, breaking your texts).
126 The table formatter is used for the automatic help screen accessible when calling your script with …
131 you call backend code from your CLI that expects a Logger instance to produce any sensible status o…
140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interf…
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.