Skip to content

Commit 7902a1c

Browse files
committed
Make pack selection optional.
1 parent 2fbd2f1 commit 7902a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeql_bundle/codeql-bundle.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, required=True)
44+
@click.argument("packs", nargs=-1)
4545
def cli(
4646
bundle_path: Path,
4747
output: Path,

0 commit comments

Comments
 (0)