Skip to content

Commit

Permalink
Remove CLI commands: multibuild, cformat, fileformat, `pyformat…
Browse files Browse the repository at this point in the history
…`. (#19629)
  • Loading branch information
tzarc authored Jan 18, 2023
1 parent 88ec588 commit 4723f30
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 185 deletions.
4 changes: 0 additions & 4 deletions lib/python/qmk/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@
'qmk.cli.bux',
'qmk.cli.c2json',
'qmk.cli.cd',
'qmk.cli.cformat',
'qmk.cli.chibios.confmigrate',
'qmk.cli.clean',
'qmk.cli.compile',
'qmk.cli.docs',
'qmk.cli.doctor',
'qmk.cli.fileformat',
'qmk.cli.flash',
'qmk.cli.format.c',
'qmk.cli.format.json',
Expand Down Expand Up @@ -75,11 +73,9 @@
'qmk.cli.list.layouts',
'qmk.cli.mass_compile',
'qmk.cli.migrate',
'qmk.cli.multibuild',
'qmk.cli.new.keyboard',
'qmk.cli.new.keymap',
'qmk.cli.painter',
'qmk.cli.pyformat',
'qmk.cli.pytest',
'qmk.cli.via2json',
]
Expand Down
28 changes: 0 additions & 28 deletions lib/python/qmk/cli/cformat.py

This file was deleted.

23 changes: 0 additions & 23 deletions lib/python/qmk/cli/fileformat.py

This file was deleted.

106 changes: 0 additions & 106 deletions lib/python/qmk/cli/multibuild.py

This file was deleted.

24 changes: 0 additions & 24 deletions lib/python/qmk/cli/pyformat.py

This file was deleted.

0 comments on commit 4723f30

Please sign in to comment.