Rebase on master, hide some other subcommands
The list of hidden subcommands were approved by @skullydazed ;) Currently hidden if 'user.developer' is not True: - cformat - docs - kle2json - pyformat - pytest
This commit is contained in:
parent
724f20ed32
commit
5cfc3ce02e
7 changed files with 25 additions and 255 deletions
|
@ -35,7 +35,7 @@ def cformat_run(files, all_files):
|
|||
@cli.argument('-a', '--all-files', arg_only=True, action='store_true', help='Format all core files.')
|
||||
@cli.argument('-b', '--base-branch', default='origin/master', help='Branch to compare to diffs to.')
|
||||
@cli.argument('files', nargs='*', arg_only=True, help='Filename(s) to format.')
|
||||
@cli.subcommand("Format C code according to QMK's style.")
|
||||
@cli.subcommand("Format C code according to QMK's style.", hidden=True)
|
||||
def cformat(cli):
|
||||
"""Format C code according to QMK's style.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue