We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbd2f1 commit 7902a1cCopy full SHA for 7902a1c
codeql_bundle/codeql-bundle.py
@@ -41,7 +41,7 @@
41
),
42
default="WARNING",
43
)
44
-@click.argument("packs", nargs=-1, required=True)
+@click.argument("packs", nargs=-1)
45
def cli(
46
bundle_path: Path,
47
output: Path,
0 commit comments