Skip to content

Commit 14d2a48

Browse files
committed
chore: Improve command description 2
1 parent cff4546 commit 14d2a48

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

cmds/generate/workflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"use strict";
1919

2020
exports.command = ['workflow <type>'];
21-
exports.desc = 'Generate a yaml files for CI/CD';
21+
exports.desc = 'Generate yaml files for CI/CD';
2222
exports.builder = function (yargs) {
2323
yargs.usage(`${exports.desc}
2424

docs/content/Getting-Started/Commands-and-options/_index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ Delete various files produced during building.
673673

674674
## 🔍 eask clean workspace
675675

676-
Delete `.eask` from the current workspace.
676+
Delete the `.eask` from the current workspace.
677677

678678
Alias: `.eask`
679679

@@ -697,7 +697,7 @@ eask [GLOBAL-OPTIONS] clean elc
697697

698698
## 🔍 eask clean dist
699699

700-
Delete dist subdirectory.
700+
Delete the `dist` directory where the build output is stored.
701701

702702
Alias: `distribution`
703703

@@ -707,15 +707,15 @@ eask [GLOBAL-OPTIONS] clean dist
707707

708708
## 🔍 eask clean autoloads
709709

710-
Remove generated autoloads file.
710+
Remove the generated autoloads file.
711711

712712
```sh
713713
eask [GLOBAL-OPTIONS] clean autoloads
714714
```
715715

716716
## 🔍 eask clean pkg-file
717717

718-
Remove generated pkg-file.
718+
Remove the generated pkg-file.
719719

720720
```sh
721721
eask [GLOBAL-OPTIONS] clean pkg-file

docs/content/Getting-Started/Commands-and-options/_index.zh-tw.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ name` 是許可證的類型,請參閱 https://api.github.com/licenses 了解
536536

537537
## 🔍 eask generate ignore
538538

539-
生成忽略文件
539+
生成 `ignore` 文件
540540

541541
```sh
542542
eask [GLOBAL-OPTIONS] generate ignore <name>
@@ -637,7 +637,7 @@ eask [GLOBAL-OPTIONS] link add <NAME> <PATH>
637637

638638
## 🔍 eask link delete
639639

640-
刪除給定包的鏈接
640+
刪除本機連結的套件
641641

642642
別名: `remove`
643643

@@ -659,7 +659,7 @@ eask [GLOBAL-OPTIONS] link list
659659

660660
## 🔍 eask clean workspace
661661

662-
從當前工作區中刪除 `.eask`
662+
從當前 workspace 中刪除 `.eask`
663663

664664
別名: `.eask`
665665

@@ -683,7 +683,7 @@ eask [GLOBAL-OPTIONS] clean elc
683683

684684
## 🔍 eask clean dist
685685

686-
刪除 dist 子目錄
686+
刪除儲存建立輸出的 `dist` 目錄
687687

688688
別名: `distribution`
689689

0 commit comments

Comments
 (0)