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,
237237 '--notifications' ,
238238 type = types .JSON (),
239239 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.' )
244244@click .option (
245245 '--clip-to-source' ,
246246 is_flag = True ,
@@ -297,10 +297,10 @@ def request(name,
297297@click .option ('--rrule' ,
298298 type = str ,
299299 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.' )
304304@click .option (
305305 '--publishing-stage' ,
306306 'publishing_stages' ,
You can’t perform that action at this time.
0 commit comments