yuangs 1.0.3 → 1.0.4
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/README.md +1 -1
- package/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/cli.js
CHANGED
|
@@ -6,7 +6,7 @@ const args = process.argv.slice(2);
|
|
|
6
6
|
const command = args[0];
|
|
7
7
|
|
|
8
8
|
function printHelp() {
|
|
9
|
-
console.log(chalk.bold.cyan('\n🎨
|
|
9
|
+
console.log(chalk.bold.cyan('\n🎨 苑广山的个人应用启动器\n'));
|
|
10
10
|
console.log(chalk.white('使用方法:') + chalk.gray(' yuangs <命令>\n'));
|
|
11
11
|
console.log(chalk.bold('命令列表:'));
|
|
12
12
|
console.log(` ${chalk.green('shici')} 打开古诗词 PWA`);
|