Skip to content

Commit

Permalink
add test and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 13, 2023
1 parent f65435b commit 37336d3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/en/Getting-Started/Commands-and-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,14 @@ Concatenate all Emacs Lisp files into one file.
$ eask [GLOBAL-OPTIONS] concate [FILES..]
```

## 🔍 eask bump

Bump version for your project and/or Eask-file.

```sh
$ eask [GLOBAL-OPTIONS] bump [LEVELS..]
```

# 🚩 Execution

Commands allow you execute on top of Eask core.
Expand Down
10 changes: 10 additions & 0 deletions docs/content/zh-TW/Getting-Started/Commands-and-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,16 @@ $ eask [GLOBAL-OPTIONS] cat [PATTERNS..]
$ eask [GLOBAL-OPTIONS] concate [FILES..]
```

## 🔍 eask bump

Bump version for your project and/or Eask-file.

為你的專案或 Eask-file 遞增版本號。

```sh
$ eask [GLOBAL-OPTIONS] bump [LEVELS..]
```

# 🚩 執行

指令允許執行在 Eask 核心之上。
Expand Down
1 change: 1 addition & 0 deletions test/commands/local/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ eask list --depth=0
eask cat package.json --insecure
eask cat package.json --number --insecure
eask concat
eask bump major minor patch

# PATH environment
eask path
Expand Down

0 comments on commit 37336d3

Please sign in to comment.