oclif 4.15.1 → 4.15.2
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/lib/readme-generator.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/lib/readme-generator.js
CHANGED
|
@@ -152,7 +152,7 @@ class ReadmeGenerator {
|
|
|
152
152
|
const title = (0, ejs_1.render)(c.summary ?? c.description ?? '', { command: c, config: this.config })
|
|
153
153
|
.trim()
|
|
154
154
|
.split('\n')[0];
|
|
155
|
-
const help = new HelpClass(this.config, { maxWidth: columns, stripAnsi: true });
|
|
155
|
+
const help = new HelpClass(this.config, { maxWidth: columns, respectNoCacheDefault: true, stripAnsi: true });
|
|
156
156
|
const wrapper = new help_compatibility_1.HelpCompatibilityWrapper(help);
|
|
157
157
|
const header = () => {
|
|
158
158
|
const usage = this.commandUsage(c);
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif",
|
|
3
3
|
"description": "oclif: create your own CLI",
|
|
4
|
-
"version": "4.15.
|
|
4
|
+
"version": "4.15.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@inquirer/confirm": "^3.1.22",
|
|
14
14
|
"@inquirer/input": "^2.2.4",
|
|
15
15
|
"@inquirer/select": "^2.5.0",
|
|
16
|
-
"@oclif/core": "^4",
|
|
16
|
+
"@oclif/core": "^4.0.27",
|
|
17
17
|
"@oclif/plugin-help": "^6.2.10",
|
|
18
18
|
"@oclif/plugin-not-found": "^3.2.21",
|
|
19
19
|
"@oclif/plugin-warn-if-update-available": "^3.1.11",
|