]> git.donarmstrong.com Git - qmk_firmware.git/commit
Improve a number of things about how MILC operates (#7344)
authorskullydazed <skullydazed@users.noreply.github.com>
Mon, 18 Nov 2019 22:54:50 +0000 (14:54 -0800)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2019 22:54:50 +0000 (14:54 -0800)
commit9c58da6b121ca36f616f8a9a78dd4c2234bd5942
tree3ea17693bdc689f5174aefb9dbfd908130761c1f
parentb608bddc5edae7ccce8108d9c7777437160f3cb3
Improve a number of things about how MILC operates (#7344)

* Pull in updates for MILC

* Remove the shadow argparser
* Make it easier to reason about arguments and how they're translated into the config tree
* Populate self.config during init to support setting user.qmk_home for the global CLI
* Remove the short argument -c so that we can unambiguously determine the config file location without doing full argument processing
* Remove the --save-config option as it's a little confusing anyway
* Use Pathlib for path manipulation

* Fix commands with no arguments
lib/python/milc.py