1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
3 changed files with 2 additions and 3 deletions
Showing only changes of commit c99b58892f - Show all commits

View file

@ -30,7 +30,6 @@
self::displayOptions();
exit(0);
}
/**

View file

@ -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;

View file

@ -109,7 +109,7 @@
BuildMenu::start(self::$args);
exit(0);
case 'credential':
case 'cred':
CredentialMenu::start(self::$args);
exit(0);