]> git.donarmstrong.com Git - qmk_firmware.git/commit
MILC: Use dashes instead of underscores for subcommands
authorErovia <erovia@users.noreply.github.com>
Sun, 13 Oct 2019 18:23:11 +0000 (20:23 +0200)
committerskullydazed <skullydazed@users.noreply.github.com>
Thu, 24 Oct 2019 05:46:30 +0000 (22:46 -0700)
commita5a31a5fc0f14f4f66cf362ee85747be159e364d
tree6e9788f22fa7c8207bd217bae7a2b6e50450b7a5
parent4da9d2ef6f3f3a91738a209f8e692d7294ef70d5
MILC: Use dashes instead of underscores for subcommands

The subcommand functions' name follows the Python convention of using
snake case, but looks odd on the command line.
Fix it by converting underscores to dashes, eg.: list_keyboards ->
list-keyboards.
docs/cli.md
lib/python/milc.py
lib/python/qmk/tests/test_cli_commands.py