Skip to content

Commit

Permalink
Set defaults in parser.
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <[email protected]>
  • Loading branch information
cerrussell committed Dec 6, 2024
1 parent 50a540b commit 771809d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions blint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ def build_parser():
prog="blint",
description="Binary linter and SBOM generator.",
)
parser.set_defaults(
deep_mode=False,
sbom_output="",
stdout_mode=False,
exports_prefix=[],
src_dir_boms=[],
sbom_mode=False
)
parser.add_argument(
"-i",
"--src",
Expand Down

0 comments on commit 771809d

Please sign in to comment.