Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Oct 26, 2023
1 parent 53f4cf4 commit 439cc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/help.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Help as HelpBase } from '@oclif/core'
import { logo } from '@preevy/cli-common/src/lib/text'
import { text } from '@preevy/cli-common'

export default class Help extends HelpBase {
override async showRootHelp(): Promise<void> {
if (!this.opts.stripAnsi) {
this.log(logo)
this.log(text.logo)
}
return await super.showRootHelp()
}
Expand Down

0 comments on commit 439cc53

Please sign in to comment.