Initial
This commit is contained in:
11
tests/_support/Commands/Foobar.php
Normal file
11
tests/_support/Commands/Foobar.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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,
|
||||
];
|
||||
Reference in New Issue
Block a user