From 6a0e62a078e9f9e4c2a046b8d47d88dbc5e0950c Mon Sep 17 00:00:00 2001 From: skullY Date: Fri, 21 Feb 2020 11:13:41 -0800 Subject: [PATCH] Remove notes for things that are done --- qmk_cli/script_qmk.py | 3 --- 1 file changed, 3 deletions(-) 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