File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -237,10 +237,10 @@ async def list_subscription_results_cmd(ctx,
237
237
'--notifications' ,
238
238
type = types .JSON (),
239
239
help = 'Notifications JSON. Can be a string, filename, or - for stdin.' )
240
- @click .option ('--tools' ,
241
- type = types . JSON () ,
242
- help = 'Toolchain JSON. Can be a string, filename, or - for stdin.'
243
- )
240
+ @click .option (
241
+ '--tools' ,
242
+ type = types . JSON (),
243
+ help = 'Toolchain JSON. Can be a string, filename, or - for stdin.' )
244
244
@click .option (
245
245
'--clip-to-source' ,
246
246
is_flag = True ,
@@ -297,10 +297,10 @@ def request(name,
297
297
@click .option ('--rrule' ,
298
298
type = str ,
299
299
help = 'iCalendar recurrance rule to specify recurrances.' )
300
- @click .option ('--filter' ,
301
- type = types . JSON () ,
302
- help = 'Search filter. Can be a string, filename, or - for stdin.'
303
- )
300
+ @click .option (
301
+ '--filter' ,
302
+ type = types . JSON (),
303
+ help = 'Search filter. Can be a string, filename, or - for stdin.' )
304
304
@click .option (
305
305
'--publishing-stage' ,
306
306
'publishing_stages' ,
You can’t perform that action at this time.
0 commit comments