Updated HelpMenu
This commit is contained in:
parent
15b723401b
commit
209d15acbe
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
]);
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue