Skip to content

Commit

Permalink
Add a --version option to trd
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 31, 2024
1 parent 6668a46 commit 56f85f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/trd.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def _session(project):


@click.group()
@click.version_option(package_name="traduire-cli")
def cli():
pass

Expand Down

0 comments on commit 56f85f0

Please sign in to comment.