Skip to content

Commit

Permalink
[Docs] Update Japanese translation of cli.md (qmk#8188)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelaf authored Feb 17, 2020
1 parent 2c594f3 commit ff49a62
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/ja/cli.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# QMK CLI

<!---
original document: 2fe288d01:docs/cli.md
git diff 2fe288d01 HEAD -- docs/cli.md | cat
original document: 79e6b7866:docs/cli.md
git diff 79e6b7866 HEAD -- docs/cli.md | cat
-->

このページは QMK CLI のセットアップと使用方法について説明します。
Expand Down Expand Up @@ -257,6 +257,16 @@ $ qmk kle2json -f kle.txt -f
qmk list-keyboards
```

## `qmk list-keymaps`

このコマンドは指定されたキーボード(とリビジョン)の全てのキーマップをリスト化します。

**使用法**:

```
qmk list-keymaps -kb planck/ez
```

## `qmk new-keymap`

このコマンドは、キーボードの既存のデフォルトのキーマップに基づいて新しいキーマップを作成します。
Expand Down

0 comments on commit ff49a62

Please sign in to comment.