diff options
| author | Ryan <fauxpark@gmail.com> | 2020-11-05 06:18:47 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-04 19:18:47 +0000 |
| commit | 7ef98e7f6164afd1d825a6ce8efa20560927fcc9 (patch) | |
| tree | 74734d3984caae26dfebdecdfd79e35d72b81500 /docs/cli_commands.md | |
| parent | d46fa2274cac7d1dad2e6c684d3fabf729efaa2e (diff) | |
| download | qmk_firmware-7ef98e7f6164afd1d825a6ce8efa20560927fcc9.tar.gz qmk_firmware-7ef98e7f6164afd1d825a6ce8efa20560927fcc9.zip | |
CLI: Add `qmk clean` (#10785)
Diffstat (limited to 'docs/cli_commands.md')
| -rw-r--r-- | docs/cli_commands.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index fe6f06632..c970b1efa 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md | |||
| @@ -212,6 +212,16 @@ This command is directory aware. It will automatically fill in KEYBOARD and/or K | |||
| 212 | qmk new-keymap [-kb KEYBOARD] [-km KEYMAP] | 212 | qmk new-keymap [-kb KEYBOARD] [-km KEYMAP] |
| 213 | ``` | 213 | ``` |
| 214 | 214 | ||
| 215 | ## `qmk clean` | ||
| 216 | |||
| 217 | This command cleans up the `.build` folder. If `--all` is passed, any .hex or .bin files present in the `qmk_firmware` directory will also be deleted. | ||
| 218 | |||
| 219 | **Usage**: | ||
| 220 | |||
| 221 | ``` | ||
| 222 | qmk clean [-a] | ||
| 223 | ``` | ||
| 224 | |||
| 215 | --- | 225 | --- |
| 216 | 226 | ||
| 217 | # Developer Commands | 227 | # Developer Commands |
