Skip to content

Commit

Permalink
Add --version arg to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
infosecB committed Jan 4, 2024
1 parent 4bc9120 commit 7a6f336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyloobins/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


@click.group()
@click.version_option(prog_name="PyLOOBins")
def cli():
"""Create, validate, and view LOOBin objects."""

Expand Down

0 comments on commit 7a6f336

Please sign in to comment.