|
@@ -74,9 +74,9 @@ class CommandListShell extends Shell
|
|
|
{
|
|
{
|
|
|
if (!$this->param('xml') && !$this->param('version')) {
|
|
if (!$this->param('xml') && !$this->param('version')) {
|
|
|
$this->out('<info>Current Paths:</info>', 2);
|
|
$this->out('<info>Current Paths:</info>', 2);
|
|
|
- $this->out('* app: ' . APP_DIR);
|
|
|
|
|
- $this->out('* root: ' . rtrim(ROOT, DIRECTORY_SEPARATOR));
|
|
|
|
|
- $this->out('* core: ' . rtrim(CORE_PATH, DIRECTORY_SEPARATOR));
|
|
|
|
|
|
|
+ $this->out('* app: ' . APP_DIR . DIRECTORY_SEPARATOR);
|
|
|
|
|
+ $this->out('* root: ' . ROOT . DIRECTORY_SEPARATOR);
|
|
|
|
|
+ $this->out('* core: ' . CORE_PATH);
|
|
|
$this->out('');
|
|
$this->out('');
|
|
|
|
|
|
|
|
$this->out('<info>Available Shells:</info>', 2);
|
|
$this->out('<info>Available Shells:</info>', 2);
|