We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fc0ca commit fa750baCopy full SHA for fa750ba
src/index.ts
@@ -5,9 +5,13 @@ import updateNotifier from 'update-notifier';
5
import { printVersionCommand } from './utils/index.js';
6
import pkg from '../package.json';
7
8
-updateNotifier({ pkg }).notify({ isGlobal: true });
+updateNotifier({ pkg }).notify({
9
+ isGlobal: true,
10
+ message:
11
+ '建议运行 `{updateCommand}` 来更新命令行工具以获得功能、性能和安全性的持续改进',
12
+});
13
-function printUsage({ args }) {
14
+function printUsage() {
15
// const commandName = args[0];
16
// TODO: print usage of commandName, or print global usage.
17
0 commit comments