Comparing version 5.4.2 to 5.4.3
@@ -33,3 +33,2 @@ import { flags as F } from '@oclif/command'; | ||
} | ||
type OutputType = 'csv' | 'json' | 'yaml'; | ||
interface Options { | ||
@@ -42,3 +41,3 @@ [key: string]: any; | ||
'no-truncate'?: boolean; | ||
output?: OutputType; | ||
output?: string; | ||
'no-header'?: boolean; | ||
@@ -45,0 +44,0 @@ printLine?(s: any): any; |
{ | ||
"name": "cli-ux", | ||
"description": "cli IO utilities", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/cli-ux/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93107
1896