Skip to content

Commit

Permalink
feat: change command from athenna new:project to new
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 3, 2022
1 parent fd9af16 commit 358ccf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class Cli {
const newCommand = new New()

this.program
.command('new:project')
.command('new')
.argument('<name>', 'Your project name')
.option('-t, --type <type>', 'Current types available: http', 'http')
.description('Scaffold a new Athenna project')
Expand Down

0 comments on commit 358ccf1

Please sign in to comment.