cli-engine-config
Advanced tools
Comparing version 4.0.1-ts.0 to 4.0.1-ts.1
@@ -1,2 +0,2 @@ | ||
import { IArg, Flag, ValueFlag } from 'cli-flags'; | ||
import { InputArgs, InputFlags } from 'cli-flags'; | ||
import 'core-js/library'; | ||
@@ -91,6 +91,6 @@ export declare type Topic = { | ||
command?: string | undefined; | ||
description: string | undefined; | ||
description?: string; | ||
hidden: boolean; | ||
usage: string | undefined; | ||
help: string | undefined; | ||
usage?: string; | ||
help?: string; | ||
aliases: string[]; | ||
@@ -100,6 +100,4 @@ id: string; | ||
buildHelpLine?: (config: Config) => [string, string | undefined]; | ||
args?: IArg[]; | ||
flags?: { | ||
[name: string]: Flag | ValueFlag<any>; | ||
}; | ||
Args?: InputArgs; | ||
Flags?: InputFlags; | ||
run: (config?: ConfigOptions) => Promise<RunReturn | void>; | ||
@@ -106,0 +104,0 @@ plugin?: Plugin; |
{ | ||
"name": "cli-engine-config", | ||
"description": "base cli-engine config objects and interfaces", | ||
"version": "4.0.1-ts.0", | ||
"version": "4.0.1-ts.1", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-config/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
10905
301