Skip to content

Commit

Permalink
fix(table): use screen from @oclif/core (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Oct 31, 2022
1 parent 46a702d commit be3bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli-ux/styled/table.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as Interfaces from '../../interfaces'
import * as F from '../../flags'
import {stdtermwidth} from '@oclif/screen'
import {stdtermwidth} from '../../screen'
import * as chalk from 'chalk'
import {capitalize, sumBy} from '../../util'
import {safeDump} from 'js-yaml'
Expand Down

0 comments on commit be3bea7

Please sign in to comment.