@oclif/command
Advanced tools
Comparing version 1.8.13 to 1.8.14
@@ -5,3 +5,3 @@ # Changelog | ||
### [1.8.13](https://github.com/oclif/command/compare/v1.8.12...v1.8.13) (2021-12-10) | ||
### [1.8.14](https://github.com/oclif/command/compare/v1.8.13...v1.8.14) (2021-12-14) | ||
@@ -11,4 +11,3 @@ | ||
* bump deps ([#298](https://github.com/oclif/command/issues/298)) ([938a11c](https://github.com/oclif/command/commit/938a11c4ddaa03e60c7682f5a90a1a8d62d96288)) | ||
* recursive installation failure due to dep cycle ([18af8a4](https://github.com/oclif/command/commit/18af8a4f042593189b50d4663771867a854da09c)) | ||
* remove @oclif/plugin-help ([#302](https://github.com/oclif/command/issues/302)) ([3a00d2a](https://github.com/oclif/command/commit/3a00d2a212f2e5848634110efbbf10f97e39c1cb)) | ||
@@ -15,0 +14,0 @@ ## [1.8.13](https://github.com/oclif/command/compare/v1.8.12...v1.8.13) (2021-12-10) |
@@ -6,5 +6,5 @@ "use strict"; | ||
const Errors = require("@oclif/errors"); | ||
const help_1 = require("@oclif/help"); | ||
const util_1 = require("util"); | ||
const util_2 = require("./util"); | ||
const plugin_help_1 = require("@oclif/plugin-help"); | ||
/** | ||
@@ -118,3 +118,3 @@ * swallows stdout epipe errors | ||
_help() { | ||
const HelpClass = plugin_help_1.getHelpClass(this.config); | ||
const HelpClass = help_1.getHelpClass(this.config); | ||
const help = new HelpClass(this.config); | ||
@@ -121,0 +121,0 @@ const cmd = Config.Command.toCached(this.ctor); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const help_1 = require("@oclif/help"); | ||
const command_1 = require("./command"); | ||
const plugin_help_1 = require("@oclif/plugin-help"); | ||
const ROOT_INDEX_CMD_ID = ''; | ||
@@ -45,3 +45,3 @@ class Main extends command_1.default { | ||
_help() { | ||
const HelpClass = plugin_help_1.getHelpClass(this.config); | ||
const HelpClass = help_1.getHelpClass(this.config); | ||
const help = new HelpClass(this.config); | ||
@@ -48,0 +48,0 @@ help.showHelp(this.argv); |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.8.13", | ||
"version": "1.8.14", | ||
"author": "Salesforce", | ||
@@ -11,3 +11,3 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"@oclif/parser": "^3.8.6", | ||
"@oclif/plugin-help": "3.2.14", | ||
"@oclif/help": "^1.0.0", | ||
"debug": "^4.1.1", | ||
@@ -54,3 +54,2 @@ "semver": "^7.3.2" | ||
"devPlugins": [ | ||
"@oclif/plugin-help", | ||
"@oclif/plugin-plugins" | ||
@@ -69,6 +68,3 @@ ] | ||
}, | ||
"types": "lib/index.d.ts", | ||
"resolutions": { | ||
"@oclif/plugin-help": "3.2.14" | ||
} | ||
"types": "lib/index.d.ts" | ||
} |
64398
+ Added@oclif/help@^1.0.0
+ Added@oclif/config@1.18.16(transitive)
+ Added@oclif/help@1.0.15(transitive)
- Removed@oclif/plugin-help@3.2.14
- Removed@oclif/plugin-help@3.2.14(transitive)