Skip to content

Commit

Permalink
Merge branch 'version_command' of https://github.com/AstuteSource/cha…
Browse files Browse the repository at this point in the history
…sten into version_command
  • Loading branch information
Jaclynpqc committed Sep 19, 2023
2 parents c095ec3 + 0aa26fa commit 48c778b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,11 +912,11 @@ def log() -> None:

@cli.command()
def version():
"""Display the version of Chasten."""
"""🖥️ Display the version of chasten."""
# Get Chasten version from util file
version_string = util.get_chasten_version()
# output chasten version
typer.echo(f"{version_string}")
typer.echo(f"chasten {version_string}")


# ---
Expand Down

0 comments on commit 48c778b

Please sign in to comment.