@clerc/plugin-help
Advanced tools
Comparing version 0.12.3 to 0.12.4
@@ -116,3 +116,3 @@ import { definePlugin, resolveCommand, NoSuchCommandError } from '@clerc/core'; | ||
} | ||
console.log(render(sections)); | ||
process.stdout.write(render(sections)); | ||
}; | ||
@@ -162,3 +162,3 @@ const showSubcommandHelp = (ctx, command) => { | ||
} | ||
console.log(render(sections)); | ||
process.stdout.write(render(sections)); | ||
}; | ||
@@ -165,0 +165,0 @@ const helpPlugin = ({ |
{ | ||
"name": "@clerc/plugin-help", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -54,8 +54,8 @@ "description": "Clerc plugin help", | ||
"dependencies": { | ||
"@clerc/toolkit": "0.12.3", | ||
"@clerc/utils": "0.12.3", | ||
"picocolors": "^1.0.0" | ||
"picocolors": "^1.0.0", | ||
"@clerc/toolkit": "0.12.4", | ||
"@clerc/utils": "0.12.4" | ||
}, | ||
"devDependencies": { | ||
"@clerc/core": "0.12.3" | ||
"@clerc/core": "0.12.4" | ||
}, | ||
@@ -62,0 +62,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
14451
+ Added@clerc/toolkit@0.12.4(transitive)
+ Added@clerc/utils@0.12.4(transitive)
- Removed@clerc/toolkit@0.12.3(transitive)
- Removed@clerc/utils@0.12.3(transitive)
Updated@clerc/toolkit@0.12.4
Updated@clerc/utils@0.12.4