@oclif/plugin-help 6.2.33 → 6.2.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ USAGE
|
|
|
18
18
|
$ oclif help [COMMAND...] [-n]
|
|
19
19
|
|
|
20
20
|
ARGUMENTS
|
|
21
|
-
COMMAND... Command to show help for.
|
|
21
|
+
[COMMAND...] Command to show help for.
|
|
22
22
|
|
|
23
23
|
FLAGS
|
|
24
24
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -27,7 +27,7 @@ DESCRIPTION
|
|
|
27
27
|
Display help for oclif.
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
30
|
+
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.2.35/src/commands/help.ts)_
|
|
31
31
|
<!-- commandsstop -->
|
|
32
32
|
|
|
33
33
|
# Contributing
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-help",
|
|
3
3
|
"description": "Standard help for oclif.",
|
|
4
|
-
"version": "6.2.
|
|
4
|
+
"version": "6.2.35",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-help/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^19",
|
|
12
|
-
"@eslint/compat": "^1.
|
|
12
|
+
"@eslint/compat": "^1.4.0",
|
|
13
13
|
"@oclif/prettier-config": "^0.2.1",
|
|
14
14
|
"@oclif/test": "^4",
|
|
15
15
|
"@types/chai": "^4.3.16",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"@types/node": "^18",
|
|
18
18
|
"chai": "^4.5.0",
|
|
19
19
|
"commitlint": "^19",
|
|
20
|
-
"eslint": "^9.
|
|
21
|
-
"eslint-config-oclif": "^6.0.
|
|
20
|
+
"eslint": "^9.38.0",
|
|
21
|
+
"eslint-config-oclif": "^6.0.110",
|
|
22
22
|
"eslint-config-prettier": "^10.1.8",
|
|
23
23
|
"husky": "^9.1.7",
|
|
24
24
|
"lint-staged": "^15",
|
|
25
25
|
"mocha": "^10.8.2",
|
|
26
|
-
"oclif": "^4.22.
|
|
26
|
+
"oclif": "^4.22.32",
|
|
27
27
|
"prettier": "^3.6.2",
|
|
28
28
|
"shx": "^0.4.0",
|
|
29
29
|
"ts-node": "^10.9.2",
|