Skip to content

Commit

Permalink
📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Styx11 committed Nov 24, 2019
1 parent 0734aec commit ed56076
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,29 @@
```
npm install -g what-is-x
```
🚨[注意](https://github.com/Styx11/whats#关于-v046-及以上版本说明)
🚨[注意](#关于-v046-及以上版本说明)

## 💡Usage

```
Usage: whats <query> [options]
Options:
-v, --vers output the current version
-h, --help output usage information
-f, --from <source> the source language to translate
-t, --to <target> the target language
-n, --normal normalize text color in your terminal
-s, --say use default system voice and speak
-r, --record show the query record
-v, --vers output the current version
-h, --help output usage information
-f, --from <source> the source language to translate
-t, --to <target> the target language
-n, --normal normalize text color in your terminal
-s, --say use default system voice and speak
-r, --record [limit | clear] show the query record (limit records ouputs default: 6 or clear records)
Examples:
$ whats love
$ whats 爱
$ whats bonjour -f fr
$ whats こんにちは -f ja -t en
$ whats I love you very much
$ whats only you can control your future -f en -t ja
$ whats -r clear // 清除查询记录
$ whats -r 10 // 限制查询结果数量
```


Expand Down

0 comments on commit ed56076

Please sign in to comment.