@clerc/plugin-version
Advanced tools
Comparing version 0.20.0 to 0.21.0
@@ -12,3 +12,5 @@ import { definePlugin } from '@clerc/core'; | ||
if (command) { | ||
cli = cli.command("version", "Show version").on("version", () => { | ||
cli = cli.command("version", "Show version", { | ||
notes: ['The version string begins with a "v".'] | ||
}).on("version", () => { | ||
process.stdout.write(gracefullyVersion); | ||
@@ -15,0 +17,0 @@ }); |
{ | ||
"name": "@clerc/plugin-version", | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -46,3 +46,3 @@ "description": "Clerc plugin version", | ||
"devDependencies": { | ||
"@clerc/core": "0.20.0" | ||
"@clerc/core": "0.21.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
4570
79