Skip to content

Commit

Permalink
Add --version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tina-otoge committed Jul 21, 2024
1 parent 08ec562 commit 684ca30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sssimp/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ def copy_assets():
action="store_true",
help="Wait for changes and rebuild as soon as one occurs",
)
parser.add_argument(
"-V", "--version", action="version", version=sssimp.__version__
)


def run():
Expand Down

0 comments on commit 684ca30

Please sign in to comment.