Skip to content

Commit

Permalink
Print version in start of command-line
Browse files Browse the repository at this point in the history
  • Loading branch information
donmai-me committed Aug 11, 2021
1 parent 65346da commit 8af0673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wannacri/wannacri.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def main():
help="Specify operation",
)
args, _ = parser.parse_known_args()
print(f"WannaCRI {wannacri.__version__}")

OP_DICT[args.operation]()

Expand Down

0 comments on commit 8af0673

Please sign in to comment.