Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 3e3f028

Browse files
committed
chore: remove whitespaces
1 parent d3bb0a8 commit 3e3f028

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/flags.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/zh/flags.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)