diff options
Diffstat (limited to 'lib/python/qmk/cli/cformat.py')
| -rw-r--r-- | lib/python/qmk/cli/cformat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/cformat.py b/lib/python/qmk/cli/cformat.py index 7e3a91dcf..48f8b9bcc 100644 --- a/lib/python/qmk/cli/cformat.py +++ b/lib/python/qmk/cli/cformat.py | |||
| @@ -35,7 +35,7 @@ def cformat_run(files, all_files): | |||
| 35 | @cli.argument('-a', '--all-files', arg_only=True, action='store_true', help='Format all core files.') | 35 | @cli.argument('-a', '--all-files', arg_only=True, action='store_true', help='Format all core files.') |
| 36 | @cli.argument('-b', '--base-branch', default='origin/master', help='Branch to compare to diffs to.') | 36 | @cli.argument('-b', '--base-branch', default='origin/master', help='Branch to compare to diffs to.') |
| 37 | @cli.argument('files', nargs='*', arg_only=True, help='Filename(s) to format.') | 37 | @cli.argument('files', nargs='*', arg_only=True, help='Filename(s) to format.') |
| 38 | @cli.subcommand("Format C code according to QMK's style.") | 38 | @cli.subcommand("Format C code according to QMK's style.", hidden=True) |
| 39 | def cformat(cli): | 39 | def cformat(cli): |
| 40 | """Format C code according to QMK's style. | 40 | """Format C code according to QMK's style. |
| 41 | """ | 41 | """ |
