Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
2
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-help - npm Package Compare versions

Comparing version 6.0.18 to 6.0.19

2

oclif.manifest.json

@@ -42,3 +42,3 @@ {

},
"version": "6.0.18"
"version": "6.0.19"
}
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "6.0.18",
"version": "6.0.19",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/core": "^3.23.0"
"@oclif/core": "^3.26.0"
},

@@ -13,3 +13,3 @@ "devDependencies": {

"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.2.1",
"@oclif/test": "^3.2.5",
"@types/chai": "^4.3.11",

@@ -21,4 +21,4 @@ "@types/mocha": "^10.0.6",

"eslint": "^8.57.0",
"eslint-config-oclif": "^5.1.0",
"eslint-config-oclif-typescript": "^3.0.48",
"eslint-config-oclif": "^5.1.1",
"eslint-config-oclif-typescript": "^3.1.3",
"eslint-config-prettier": "^9.1.0",

@@ -28,3 +28,3 @@ "husky": "^9",

"mocha": "^10.3.0",
"oclif": "^4.4.19",
"oclif": "^4.6.1",
"prettier": "^3.2.5",

@@ -31,0 +31,0 @@ "shx": "^0.3.4",

@@ -6,4 +6,31 @@ # @oclif/plugin-help

[![Version](https://img.shields.io/npm/v/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/plugin-help/badge.svg)](https://snyk.io/test/npm/@oclif/plugin-help)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
[![License](https://img.shields.io/npm/l/@oclif/plugin-help.svg)](https://github.com/oclif/plugin-help/blob/main/package.json)
<!-- commands -->
* [`oclif help [COMMAND]`](#oclif-help-command)
## `oclif help [COMMAND]`
Display help for oclif.
```
USAGE
$ oclif help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for oclif.
```
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.0.19/src/commands/help.ts)_
<!-- commandsstop -->
# Contributing
See [contributing guide](./CONRTIBUTING.md)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc