Skip to content

Commit 398dfe0

Browse files
committed
Add init to global help
Signed-off-by: macdonst <[email protected]>
1 parent da08346 commit 398dfe0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/commands/help/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ let help = {
1818
name: 'new',
1919
description: 'Locally create a new project',
2020
},
21+
{
22+
name: 'init',
23+
description: 'Initialize a new project in the current directory',
24+
},
2125
],
2226
},
2327
{

0 commit comments

Comments
 (0)