cli-engine-command
Advanced tools
Comparing version 9.0.0-ts.3 to 9.0.0-ts.4
@@ -1,2 +0,1 @@ | ||
/// <reference types="chalk" /> | ||
import { InputFlags, InputArgs, OutputArgs, OutputFlags } from 'cli-flags'; | ||
@@ -6,3 +5,3 @@ import { Config, ConfigOptions, Plugin, ICommand } from 'cli-engine-config'; | ||
import { CLI } from 'cli-ux'; | ||
import chalk = require('chalk'); | ||
import color = require('./color'); | ||
export interface IMockOutput<T extends Command> { | ||
@@ -38,3 +37,3 @@ cmd: T; | ||
args: OutputArgs; | ||
color: typeof chalk; | ||
color: typeof color; | ||
constructor(config?: ConfigOptions); | ||
@@ -41,0 +40,0 @@ _run(): Promise<void>; |
@@ -75,3 +75,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
this.color = require('chalk'); | ||
this.color = require('./color'); | ||
const { CLI } = require('cli-ux'); | ||
@@ -78,0 +78,0 @@ this.cli = new CLI({ debug: this.config.debug, mock: this.config.mock, errlog: this.config.errlog }); |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "9.0.0-ts.3", | ||
"version": "9.0.0-ts.4", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -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
11738
10
279