Updated HelpMenu

This commit is contained in:
Netkas 2023-01-29 16:59:25 -05:00
parent 15b723401b
commit 209d15acbe

View file

@ -106,7 +106,7 @@ namespace ncc\CLI;
Console::out('Commands:');
Console::outHelpSections([
new CliHelpSection(['build'], 'Builds the current project'),
new CliHelpSection(['main'], 'Executes the main entrypoint of a package')
new CliHelpSection(['exec'], 'Executes the main entrypoint of a package')
]);
}
}