Skip to content

Commit

Permalink
Merge pull request #15 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(artisan): remove create help from command method
  • Loading branch information
jlenon7 authored May 8, 2022
2 parents b0381a3 + d35b7b3 commit f335f10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/artisan",
"version": "1.1.4",
"version": "1.1.5",
"description": "The Athenna CLI application. Built on top of commander.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export class ArtisanImpl {
.command(signature)
.action(actionRunner(fakeCmd.handle.bind(fakeCmd)))
.showHelpAfterError()
.createHelp()
}

/**
Expand Down

0 comments on commit f335f10

Please sign in to comment.