Skip to content

Commit 831bfb0

Browse files
committed
Added -V short flag for --debug mode
1 parent 487965f commit 831bfb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/src/remove_json_keys/lib/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
docs=sn(
2626
args=['--docs'], action='store_true', exit=True, handler=lambda cli: url.open(cli.urls.docs)),
2727
debug=sn(
28-
args=['--debug'], nargs='?', const=True, metavar='TARGET_KEY' ),
28+
args=['-V', '--debug'], nargs='?', const=True, metavar='TARGET_KEY' ),
2929
no_wizard_legacy=sn(
3030
args=['-W',], type='legacy')
3131
)

translate-messages/src/translate_messages/lib/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
docs=sn(
3636
args=['--docs'], action='store_true', exit=True, handler=lambda cli: url.open(cli.urls.docs)),
3737
debug=sn(
38-
args=['--debug'], nargs='?', const=True, metavar='TARGET_KEY' ),
38+
args=['-V', '--debug'], nargs='?', const=True, metavar='TARGET_KEY' ),
3939
no_wizard_legacy=sn(
4040
args=['-W',], type='legacy')
4141
)

0 commit comments

Comments
 (0)