Skip to content

Commit

Permalink
fix(new): mark dir as optional as it is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Jun 29, 2021
1 parent 2e6854d commit d151848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alloy/alloy.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ program
.option('--widgetname <name>', 'Widget name, used with generate command')
.option('--testapp <name>', 'Test app name to import, used with new command');

program.command('new <dir>')
program.command('new [dir]')
.description('create a new alloy project');

program.command('compile [dir]')
Expand Down

0 comments on commit d151848

Please sign in to comment.