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