diff options
| author | QMK Bot <hello@qmk.fm> | 2021-04-08 04:16:47 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-04-08 04:16:47 +0000 |
| commit | 15674d02591910961920e20747d5421b932c8ef3 (patch) | |
| tree | 0ff44869f7a05cdf7551cb3eea8d140a96538228 /lib/python | |
| parent | 52e8875ebaeaee7810d38694059e29d7614270d0 (diff) | |
| parent | 2170b75b26d46c7f46ad281b6c2eacddadc9cb45 (diff) | |
| download | qmk_firmware-15674d02591910961920e20747d5421b932c8ef3.tar.gz qmk_firmware-15674d02591910961920e20747d5421b932c8ef3.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/qmk/cli/chibios/confmigrate.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/qmk/cli/chibios/confmigrate.py b/lib/python/qmk/cli/chibios/confmigrate.py index 89995931a..be1f2cd74 100644 --- a/lib/python/qmk/cli/chibios/confmigrate.py +++ b/lib/python/qmk/cli/chibios/confmigrate.py | |||
| @@ -107,8 +107,8 @@ def migrate_mcuconf_h(to_override, outfile): | |||
| 107 | print("", file=outfile) | 107 | print("", file=outfile) |
| 108 | 108 | ||
| 109 | 109 | ||
| 110 | @cli.argument('-i', '--input', type=normpath, arg_only=True, help='Specify input config file.') | 110 | @cli.argument('-i', '--input', type=normpath, arg_only=True, required=True, help='Specify input config file.') |
| 111 | @cli.argument('-r', '--reference', type=normpath, arg_only=True, help='Specify the reference file to compare against') | 111 | @cli.argument('-r', '--reference', type=normpath, arg_only=True, required=True, help='Specify the reference file to compare against') |
| 112 | @cli.argument('-o', '--overwrite', arg_only=True, action='store_true', help='Overwrites the input file during migration.') | 112 | @cli.argument('-o', '--overwrite', arg_only=True, action='store_true', help='Overwrites the input file during migration.') |
| 113 | @cli.argument('-d', '--delete', arg_only=True, action='store_true', help='If the file has no overrides, migration will delete the input file.') | 113 | @cli.argument('-d', '--delete', arg_only=True, action='store_true', help='If the file has no overrides, migration will delete the input file.') |
| 114 | @cli.argument('-f', '--force', arg_only=True, action='store_true', help='Re-migrates an already migrated file, even if it doesn\'t detect a full ChibiOS config.') | 114 | @cli.argument('-f', '--force', arg_only=True, action='store_true', help='Re-migrates an already migrated file, even if it doesn\'t detect a full ChibiOS config.') |
