diff options
author | Joel Challis <git@zvecr.com> | 2023-01-02 22:11:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 09:11:57 +1100 |
commit | b297531dbf645a28fd5a67e546a9ff27d49e1b1e (patch) | |
tree | d16cd659a2cde4d5c665f147c30ab4a9c86ae4cd /lib/python/qmk/cli/__init__.py | |
parent | 3a5a4c708f4817919d9fe7396ceb2b8e57d2e68e (diff) |
Migrate 'make git-submodule' to CLI command (#19479)
Diffstat (limited to 'lib/python/qmk/cli/__init__.py')
-rw-r--r-- | lib/python/qmk/cli/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py index a6d53c1cb6..e0ab67da7b 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py @@ -61,6 +61,7 @@ subcommands = [ 'qmk.cli.generate.rgb_breathe_table', 'qmk.cli.generate.rules_mk', 'qmk.cli.generate.version_h', + 'qmk.cli.git.submodule', 'qmk.cli.hello', 'qmk.cli.import.kbfirmware', 'qmk.cli.import.keyboard', |