]> git.donarmstrong.com Git - qmk_firmware.git/commit
Small CLI cleanups
authorskullY <skullydazed@gmail.com>
Wed, 13 Nov 2019 01:27:08 +0000 (17:27 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Wed, 13 Nov 2019 02:41:38 +0000 (18:41 -0800)
commit79edb7c5942108774e667c172550a1519c5543ac
tree37fc007c4548f2cb86f51c6608b7da14e30acec0
parentd1b6c11b7f4cc24c50d2b640a94925acf6450da6
Small CLI cleanups

* yapf changes
* Fix the cformat test
* Make the normpath test work when run from /
* `qmk config`: Mark `--read-only` as arg_only
lib/python/qmk/cli/config.py
lib/python/qmk/cli/list/keyboards.py
lib/python/qmk/errors.py
lib/python/qmk/tests/attrdict.py
lib/python/qmk/tests/test_cli_commands.py
lib/python/qmk/tests/test_qmk_path.py