Updated Makefile to create a redist and tar archive
This commit is contained in:
parent
629cbc98e0
commit
89d50dac6d
2 changed files with 14 additions and 2 deletions
|
@ -111,7 +111,7 @@
|
|||
{
|
||||
$options = [
|
||||
new CliHelpSection(['help'], 'Displays this help menu about the value command'),
|
||||
new CliHelpSection(['create'], 'Creates a new NCC project'),
|
||||
new CliHelpSection(['create', '--src', '--package', '--name'], 'Creates a new NCC project'),
|
||||
];
|
||||
|
||||
$options_padding = \ncc\Utilities\Functions::detectParametersPadding($options) + 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue