Skip to content

Commit

Permalink
Merge pull request #6 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(cli): instantiate cli
  • Loading branch information
jlenon7 authored May 12, 2022
2 parents cee4fa8 + 62ef997 commit 1db6642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "1.0.5",
"version": "1.0.6",
"description": "Athenna CLI to create new projects and install components.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ export class Cli {
await this.#commander.parseAsync(process.argv)
}
}

new Cli().main()

0 comments on commit 1db6642

Please sign in to comment.