Files
qmk_firmware/lib/python
Erovia e3e2489f86 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.
2019-11-04 16:51:03 +09:00
..