%PDF- %PDF-
| Direktori : /home/vacivi36/code/tests/_support/Commands/ |
| Current File : /home/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,
];