diff --git a/qmk_cli/script_qmk.py b/qmk_cli/script_qmk.py index a64f98b..d281763 100644 --- a/qmk_cli/script_qmk.py +++ b/qmk_cli/script_qmk.py @@ -2,9 +2,6 @@ """CLI wrapper for running QMK commands. This program can be run from anywhere, with or without a qmk_firmware repository. If a qmk_firmware repository can be located we will use that to augment our available subcommands. - -FIXME(skullydazed/anyone): --help shows underscores where we want dashes in subcommands (EG json_keymap instead of json-keymap) -TODO(skullydazed/anyone): Need a way to filter some subcommands from --help (EG `qmk hello`) """ import argparse import os