%PDF- %PDF-
Direktori : /home2/vacivi36/code/tests/_support/Commands/ |
Current File : //home2/vacivi36/code/tests/_support/Commands/Foobar.php |
<?php use Config\App; use CodeIgniter\CLI\CLI; return [ 'foo' => 'The command will use this as foo.', 'bar' => 'The command will use this as bar.', 'baz' => 'The baz is here.', 'bas' => CLI::color('bas', 'green') . (new App())->baseURL, ];