diff options
Diffstat (limited to 'lib/python/qmk/cli/resolve_alias.py')
| -rw-r--r-- | lib/python/qmk/cli/resolve_alias.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/resolve_alias.py b/lib/python/qmk/cli/resolve_alias.py index b9ffb46618..dff2242b28 100644 --- a/lib/python/qmk/cli/resolve_alias.py +++ b/lib/python/qmk/cli/resolve_alias.py | |||
| @@ -5,7 +5,7 @@ from milc import cli | |||
| 5 | 5 | ||
| 6 | @cli.argument('--allow-unknown', arg_only=True, action='store_true', help="Return original if rule is not a valid keyboard.") | 6 | @cli.argument('--allow-unknown', arg_only=True, action='store_true', help="Return original if rule is not a valid keyboard.") |
| 7 | @cli.argument('keyboard', arg_only=True, help='The keyboard\'s name') | 7 | @cli.argument('keyboard', arg_only=True, help='The keyboard\'s name') |
| 8 | @cli.subcommand('Resolve DEFAULT_FOLDER and any keyboard_aliases for provided rule') | 8 | @cli.subcommand('Resolve any keyboard_aliases for provided rule') |
| 9 | def resolve_alias(cli): | 9 | def resolve_alias(cli): |
| 10 | try: | 10 | try: |
| 11 | print(keyboard_folder(cli.args.keyboard)) | 11 | print(keyboard_folder(cli.args.keyboard)) |
