You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional[List[str]], typer.Option('--label', '-l', help='Label, can be specified multiple times.', case_sensitive=False, show_default=False)
35
+
Optional[List[str]],
36
+
typer.Option(
37
+
'--label', '-l', help='Label, can be specified multiple times.', case_sensitive=False, show_default=False
38
+
),
36
39
] = [],
37
40
owners: Annotated[
38
-
Optional[List[str]], typer.Option('--owner', '-o', help='Email address of a user in Cycode platform, can be specified multiple times.', case_sensitive=True, show_default=False)
41
+
Optional[List[str]],
42
+
typer.Option(
43
+
'--owner',
44
+
'-o',
45
+
help='Email address of a user in Cycode platform, can be specified multiple times.',
0 commit comments