cli-engine-command
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -34,2 +34,5 @@ import { Config } from 'cli-engine-config'; | ||
export declare type IFlag<T> = IBooleanFlag | CompletionOptionFlag<T>; | ||
export declare type InputFlags = { | ||
[k: string]: IFlag<any>; | ||
}; | ||
export declare const flags: { | ||
@@ -36,0 +39,0 @@ option: <T = string>(defaults?: Partial<IOptionalFlag<T> & withCompletion> | Partial<IRequiredFlag<T> & withCompletion> | Partial<IMultiOptionFlag<T> & withCompletion>) => FlagBuilder<T>; |
export { Command as default, Command } from './command'; | ||
export { Topic } from './topic'; | ||
export { flags, Completion, FlagBuilder } from './flags'; | ||
export { IArg } from 'cli-flags'; | ||
export { flags, Completion, FlagBuilder, IFlag, InputFlags, IBooleanFlag } from './flags'; |
@@ -6,5 +6,3 @@ "use strict"; | ||
exports.Command = command_1.Command; | ||
var topic_1 = require("./topic"); | ||
exports.Topic = topic_1.Topic; | ||
var flags_1 = require("./flags"); | ||
exports.flags = flags_1.flags; |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"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
14724
12
378