cli-engine-config
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -98,3 +98,3 @@ import { args, flags } from 'cli-flags'; | ||
flags?: flags.Input; | ||
run: (options: IConfig) => Promise<any>; | ||
run: (argv: string[], options: IConfig) => Promise<any>; | ||
plugin?: IPlugin; | ||
@@ -101,0 +101,0 @@ } |
{ | ||
"name": "cli-engine-config", | ||
"description": "base cli-engine config objects and interfaces", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -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
10328