diff options
author | shela <shelaf@users.noreply.github.com> | 2020-02-18 04:10:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 11:10:16 -0800 |
commit | 58724f8dcb9eccb1c132b8ddab422790ddd26be0 (patch) | |
tree | 4de3f241e70cc66f78ec00f5602a7023faa8520c /docs/ja | |
parent | e7e38fe80e78e0f68de50b06bb05d0a66322afae (diff) |
[Docs] Update Japanese translation of cli.md (#8188)
Diffstat (limited to 'docs/ja')
-rw-r--r-- | docs/ja/cli.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/ja/cli.md b/docs/ja/cli.md index a83ccdf378..4b1f5da365 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` このコマンドは、キーボードの既存のデフォルトのキーマップに基づいて新しいキーマップを作成します。 |