This repository was archived by the owner on Dec 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ const cli = Clerc.create()
5252 // $ node cli.mjs build --output dist
5353 // $ node cli.mjs build -o dist
5454 // Both work the same way
55-
5655 // $ node cli.mjs build --verbose
5756 // $ node cli.mjs build -v
5857 // Both enable verbose output
@@ -86,7 +85,6 @@ const cli = Clerc.create()
8685 // $ node cli.mjs config --config file.json
8786 // $ node cli.mjs config -c file.json
8887 // $ node cli.mjs config -cfg file.json
89-
9088 // $ node cli.mjs config --format json
9189 // $ node cli.mjs config -f json
9290 // $ node cli.mjs config -fmt json
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ const cli = Clerc.create()
5252 // $ node cli.mjs build --output dist
5353 // $ node cli.mjs build -o dist
5454 // 两者的工作方式相同
55-
5655 // $ node cli.mjs build --verbose
5756 // $ node cli.mjs build -v
5857 // 两者都启用详细输出
@@ -86,7 +85,6 @@ const cli = Clerc.create()
8685 // $ node cli.mjs config --config file.json
8786 // $ node cli.mjs config -c file.json
8887 // $ node cli.mjs config -cfg file.json
89-
9088 // $ node cli.mjs config --format json
9189 // $ node cli.mjs config -f json
9290 // $ node cli.mjs config -fmt json
You can’t perform that action at this time.
0 commit comments