cli-engine-command
Advanced tools
Comparing version 10.1.0-ts.1 to 10.1.0-ts.2
export { Command as default, Command } from './command'; | ||
export { IArg } from 'cli-flags'; | ||
export { flags, Completion, FlagBuilder, IFlag, InputFlags, IBooleanFlag } from './flags'; | ||
export { flags, Completion, FlagBuilder, IFlag, InputFlags, IBooleanFlag, IRequiredFlag, IMultiOptionFlag, IOptionalFlag } from './flags'; |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "10.1.0-ts.1", | ||
"version": "10.1.0-ts.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-command/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
13628