Skip to content

Commit

Permalink
fix: Command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 20, 2024
1 parent 1efcabb commit 094fbdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@ $ eask [GLOBAL-OPTIONS] cat [PATTERNS..]
to accomplish the syntax highlighting.
{{< /hint >}}

## 🔍 eask concate
## 🔍 eask concat

Concatenate all Emacs Lisp files into one file.

```sh
$ eask [GLOBAL-OPTIONS] concate [FILES..]
$ eask [GLOBAL-OPTIONS] concat [FILES..]
```

## 🔍 eask loc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,12 @@ $ eask [GLOBAL-OPTIONS] cat [PATTERNS..]
💡 此命令使用包 [e2ansi](https://github.com/Lindydancer/e2ansi) 來完成語法高亮。
{{< /hint >}}

## 🔍 eask concate
## 🔍 eask concat

將所有 Emacs Lisp 文件連接成一個文件。

```sh
$ eask [GLOBAL-OPTIONS] concate [FILES..]
$ eask [GLOBAL-OPTIONS] concat [FILES..]
```

## 🔍 eask loc
Expand Down

0 comments on commit 094fbdc

Please sign in to comment.