cli-calctool 0.1.0 → 0.1.1
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/install.mjs +3 -1
- package/package.json +1 -1
package/install.mjs
CHANGED
|
@@ -431,6 +431,8 @@ if (cmd === 'list') {
|
|
|
431
431
|
node install.mjs check
|
|
432
432
|
node install.mjs uninstall
|
|
433
433
|
node install.mjs list
|
|
434
|
-
node install.mjs ides
|
|
434
|
+
node install.mjs ides
|
|
435
|
+
|
|
436
|
+
npm 安装后(npx cli-blueprint@latest / npx cli-calctool@latest)用法相同。`)
|
|
435
437
|
process.exit(1)
|
|
436
438
|
}
|