CLI: Add qmk clean (#10785)

This commit is contained in:
Ryan 2020-11-05 06:18:47 +11:00 committed by GitHub
parent d46fa2274c
commit 7ef98e7f61
Failed to generate hash of commit
4 changed files with 33 additions and 0 deletions

View file

@ -212,6 +212,16 @@ This command is directory aware. It will automatically fill in KEYBOARD and/or K
qmk new-keymap [-kb KEYBOARD] [-km KEYMAP]
```
## `qmk clean`
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.
**Usage**:
```
qmk clean [-a]
```
---
# Developer Commands