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
Showing only changes of commit 209d15acbe - Show all commits

View file

@ -106,7 +106,7 @@ namespace ncc\CLI;
Console::out('Commands:'); Console::out('Commands:');
Console::outHelpSections([ Console::outHelpSections([
new CliHelpSection(['build'], 'Builds the current project'), 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')
]); ]);
} }
} }