Skip to content

Commit bf11de9

Browse files
committed
Make packs argument required
1 parent ae757c1 commit bf11de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeql_bundle/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
),
4242
default="WARNING",
4343
)
44-
@click.argument("packs", nargs=-1)
44+
@click.argument("packs", nargs=-1, required=True)
4545
def main(
4646
bundle_path: Path,
4747
output: Path,

0 commit comments

Comments
 (0)