mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-21 06:36:02 +00:00
Forgot to specify the default for --extra-logging
This commit is contained in:
parent
0987a536b1
commit
8b56f1ced6
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -848,6 +848,7 @@ def option_parser(): # {{{
|
|||
p.add_argument(
|
||||
'--extra-logging',
|
||||
action='append',
|
||||
default=[],
|
||||
choices=('event-loop',),
|
||||
help='Turn on extra logging for debugging in this build. Can be specified multiple times, to turn'
|
||||
'on different types of logging.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue