@oclif/plugin-help
Advanced tools
Comparing version 3.2.15 to 3.2.16
@@ -1,2 +0,3 @@ | ||
import { Command, flags } from '@oclif/command'; | ||
import Command from '@oclif/command/lib/command'; | ||
import * as flags from '@oclif/command/lib/flags'; | ||
export default class HelpCommand extends Command { | ||
@@ -3,0 +4,0 @@ static description: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const command_1 = require("@oclif/command"); | ||
const command_1 = require("@oclif/command/lib/command"); | ||
const flags = require("@oclif/command/lib/flags"); | ||
const __1 = require(".."); | ||
class HelpCommand extends command_1.Command { | ||
class HelpCommand extends command_1.default { | ||
async run() { | ||
@@ -16,3 +17,3 @@ const { flags, argv } = this.parse(HelpCommand); | ||
HelpCommand.flags = { | ||
all: command_1.flags.boolean({ description: 'see all commands in CLI' }), | ||
all: flags.boolean({ description: 'see all commands in CLI' }), | ||
}; | ||
@@ -19,0 +20,0 @@ HelpCommand.args = [ |
@@ -1,1 +0,1 @@ | ||
{"version":"3.2.15","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.2.16","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.2.15", | ||
"version": "3.2.16", | ||
"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
31337
752