@oclif/plugin-help
Advanced tools
Comparing version 3.0.1 to 3.1.0
import * as Config from '@oclif/config'; | ||
export { getHelpClass } from './util'; | ||
import { getHelpClass } from './util'; | ||
export interface HelpOptions { | ||
@@ -46,1 +46,2 @@ all?: boolean; | ||
} | ||
export { Help, getHelpClass, }; |
@@ -12,3 +12,3 @@ "use strict"; | ||
const util_1 = require("./util"); | ||
var util_2 = require("./util"); | ||
const util_2 = require("./util"); | ||
exports.getHelpClass = util_2.getHelpClass; | ||
@@ -206,1 +206,2 @@ const wrap = require('wrap-ansi'); | ||
exports.default = Help; | ||
exports.Help = Help; |
@@ -1,1 +0,1 @@ | ||
{"version":"3.0.1","commands":{"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI","allowNo":false}},"args":[{"name":"command","description":"command to show help for","required":false}]}}} | ||
{"version":"3.1.0","commands":{"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI","allowNo":false}},"args":[{"name":"command","description":"command to show help for","required":false}]}}} |
{ | ||
"name": "@oclif/plugin-help", | ||
"description": "standard help for oclif", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/plugin-help/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
48719
740