aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ja/cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja/cli.md')
-rw-r--r--docs/ja/cli.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/ja/cli.md b/docs/ja/cli.md
index a83ccdf37..4b1f5da36 100644
--- a/docs/ja/cli.md
+++ b/docs/ja/cli.md
@@ -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 のセットアップと使用方法について説明します。
@@ -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`
このコマンドは、キーボードの既存のデフォルトのキーマップに基づいて新しいキーマップを作成します。