Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
illvart committed Feb 11, 2024
1 parent 9a5b544 commit c2223f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import sys
from pathlib import Path
from subprocess import run
from version import __version__

RST = "\x1b[0m"
BOLD = "\x1b[1m"
Expand Down Expand Up @@ -106,7 +107,7 @@ def add_usage(self, usage, actions, groups, prefix=None):
"--version",
help="show this program version",
action="version",
version="0.0.1",
version=__version__,
)
parser.add_argument(
"-h",
Expand Down

0 comments on commit c2223f7

Please sign in to comment.