Skip to content

Commit

Permalink
feat(cli): add version to CLI (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Nov 4, 2024
1 parent 0c43363 commit a871b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@


@click.group(cls=SectionedHelpGroup)
@click.version_option(message="%(version)s", package_name="silverback")
def cli():
"""
Silverback: Build Python bots that react to on-chain events
Expand Down

0 comments on commit a871b62

Please sign in to comment.