@oclif/plugin-help
Advanced tools
Comparing version 3.2.9 to 3.2.10
@@ -20,3 +20,3 @@ "use strict"; | ||
left = stripAnsi(left); | ||
output += wrap(left.trim(), opts.maxWidth, { hard: true, trim: false }); | ||
output += wrap(left.trim(), opts.maxWidth, { hard: true, trim: true }); | ||
} | ||
@@ -27,3 +27,3 @@ if (right) { | ||
output += '\n'; | ||
output += indent(wrap(right.trim(), opts.maxWidth - 2, { hard: true, trim: false }), 4); | ||
output += indent(wrap(right.trim(), opts.maxWidth - 2, { hard: true, trim: true }), 4); | ||
} | ||
@@ -55,3 +55,3 @@ output += '\n\n'; | ||
right = stripAnsi(right); | ||
right = wrap(right.trim(), opts.maxWidth - (maxLength + 2), { hard: true, trim: false }); | ||
right = wrap(right.trim(), opts.maxWidth - (maxLength + 2), { hard: true, trim: true }); | ||
// right = wrap(right.trim(), screen.stdtermwidth - (maxLength + 4), {hard: true, trim: false}) | ||
@@ -58,0 +58,0 @@ const [first, ...lines] = right.split('\n').map(s => s.trim()); |
@@ -1,1 +0,1 @@ | ||
{"version":"3.2.9","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.10","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.9", | ||
"version": "3.2.10", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-help/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1.8.5", | ||
"@oclif/config": "^1.17.1", | ||
"@oclif/command": "^1.8.6", | ||
"@oclif/config": "^1.18.1", | ||
"@oclif/errors": "^1.3.5", | ||
@@ -17,3 +17,3 @@ "chalk": "^4.1.2", | ||
"widest-line": "^3.1.0", | ||
"wrap-ansi": "^4.0.0" | ||
"wrap-ansi": "^6.2.0" | ||
}, | ||
@@ -23,3 +23,3 @@ "devDependencies": { | ||
"@oclif/plugin-legacy": "^1.2.2", | ||
"@oclif/plugin-plugins": "^1.10.4", | ||
"@oclif/plugin-plugins": "^1.10.6", | ||
"@oclif/test": "^1.2.8", | ||
@@ -26,0 +26,0 @@ "@types/chai": "^4.1.7", |
31237
- Removedansi-regex@3.0.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedstring-width@2.1.1(transitive)
- Removedstrip-ansi@4.0.0(transitive)
- Removedwrap-ansi@4.0.0(transitive)
Updated@oclif/command@^1.8.6
Updated@oclif/config@^1.18.1
Updatedwrap-ansi@^6.2.0