forked from mirrors/qmk_userspace
CLI: Add qmk clean
(#10785)
This commit is contained in:
parent
d46fa2274c
commit
7ef98e7f61
4 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue