Remove notes for things that are done

This commit is contained in:
skullY
2020-02-21 11:13:41 -08:00
parent bbc5ffd6c9
commit 6a0e62a078
-3
View File
@@ -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