File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def run(
81
81
config : Optional [str ] = None ,
82
82
repository : Optional [str ] = None ,
83
83
quiet : Optional [bool ] = None ,
84
- help : Optional [bool ] = None ,
84
+ _help : Optional [bool ] = None ,
85
85
encoding : Optional [str ] = None ,
86
86
encoding_mode : Optional [str ] = None ,
87
87
verbose : Optional [bool ] = None ,
@@ -136,7 +136,7 @@ def run(
136
136
``--profile``
137
137
version : bool
138
138
``--version``
139
- help : bool
139
+ _help : bool
140
140
``-h / --help``
141
141
hidden : bool
142
142
``--hidden``
@@ -182,7 +182,7 @@ def run(
182
182
cli_args .append ("--profile" )
183
183
if version is True :
184
184
cli_args .append ("--version" )
185
- if help is True :
185
+ if _help is True :
186
186
cli_args .append ("--help" )
187
187
188
188
if self .progress_callback is not None :
You can’t perform that action at this time.
0 commit comments