-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: use oclif/core v4 #675
Conversation
BREAKING CHANGE: remove table-related flags and standardize return value
src/commands/commands.ts
Outdated
// @ts-expect-error because object-treeify does not have types: https://github.com/blackflux/object-treeify/issues/1077 | ||
import treeify from 'object-treeify' | ||
import TtyTable from 'tty-table' | ||
// import {EOL} from 'node:os' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
src/commands/commands.ts
Outdated
|
||
import createCommandTree from '../utils/tree.js' | ||
// import createCommandTree from '../utils/tree.js' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed - sorry for being sloppy!
Much better! Looks good |
BREAKING CHANGE: remove table-related flags and standardize return value
--csv
--filter
--no-header
--output
@W-15845231@