1.0.0 Alpha Release #59
3 changed files with 2 additions and 3 deletions
|
@ -30,7 +30,6 @@
|
||||||
|
|
||||||
self::displayOptions();
|
self::displayOptions();
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
new CliHelpSection(['project'], 'Manages the current project'),
|
new CliHelpSection(['project'], 'Manages the current project'),
|
||||||
new CliHelpSection(['package'], 'Manages the package system'),
|
new CliHelpSection(['package'], 'Manages the package system'),
|
||||||
new CliHelpSection(['cache'], 'Manages the system cache'),
|
new CliHelpSection(['cache'], 'Manages the system cache'),
|
||||||
new CliHelpSection(['credential'], 'Manages credentials'),
|
new CliHelpSection(['cred'], 'Manages credentials'),
|
||||||
new CliHelpSection(['config'], 'Changes NCC configuration values'),
|
new CliHelpSection(['config'], 'Changes NCC configuration values'),
|
||||||
];
|
];
|
||||||
$commands_padding = \ncc\Utilities\Functions::detectParametersPadding($commands) + 2;
|
$commands_padding = \ncc\Utilities\Functions::detectParametersPadding($commands) + 2;
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
BuildMenu::start(self::$args);
|
BuildMenu::start(self::$args);
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
||||||
case 'credential':
|
case 'cred':
|
||||||
CredentialMenu::start(self::$args);
|
CredentialMenu::start(self::$args);
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue