Skip to content

Commit

Permalink
visual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebKendra committed Sep 18, 2023
1 parent 9e43516 commit 0aa26fa
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 0aa26fa

Please sign in to comment.