Skip to content

Commit

Permalink
Update cli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy authored May 22, 2024
1 parent fe4de44 commit 2fea345
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 @@ -13,7 +13,7 @@ import { BLUMEN_VERSION } from './utils/version.js'
import { dnsLinkAction } from './actions/dnslink.js'
import { isTTY } from './constants.js'

const cli = new CLI({ name: 'blumen', plugins: isTTY ? [] : [colorPlugin] })
const cli = new CLI({ name: 'blumen', plugins: isTTY ? [colorPlugin] : [] })

const ensOptions = [{
name: 'chain',
Expand Down

0 comments on commit 2fea345

Please sign in to comment.