File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
docs/content/Getting-Started/Commands-and-options Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818"use strict" ;
1919
2020exports . command = [ 'workflow <type>' ] ;
21- exports . desc = 'Generate a yaml files for CI/CD' ;
21+ exports . desc = 'Generate yaml files for CI/CD' ;
2222exports . builder = function ( yargs ) {
2323 yargs . usage ( `${ exports . desc }
2424
Original file line number Diff line number Diff 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
678678Alias: ` .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
702702Alias: ` 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
713713eask [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
721721eask [GLOBAL-OPTIONS] clean pkg-file
Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ name` 是許可證的類型,請參閱 https://api.github.com/licenses 了解
536536
537537## 🔍 eask generate ignore
538538
539- 生成忽略文件 。
539+ 生成 ` ignore ` 文件 。
540540
541541``` sh
542542eask [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
You can’t perform that action at this time.
0 commit comments