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 ae757c1 commit bf11de9Copy full SHA for bf11de9
codeql_bundle/cli.py
@@ -41,7 +41,7 @@
41
),
42
default="WARNING",
43
)
44
-@click.argument("packs", nargs=-1)
+@click.argument("packs", nargs=-1, required=True)
45
def main(
46
bundle_path: Path,
47
output: Path,
0 commit comments