Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay committed Nov 28, 2024
1 parent a495aa7 commit a81b5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/engine/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { version } from './version.ts'

export const engine = new Command<GlobalOptions>()
.description('engine')
.action((function () {
.action(function () {
this.showHelp()
}))
})
.command('install', install)
.command('update', update)
.command('setup', setup)
Expand Down

0 comments on commit a81b5f0

Please sign in to comment.