Skip to content

Commit 8af0673

Browse files
committed
Print version in start of command-line
1 parent 65346da commit 8af0673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wannacri/wannacri.py

+1
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ def main():
315315
help="Specify operation",
316316
)
317317
args, _ = parser.parse_known_args()
318+
print(f"WannaCRI {wannacri.__version__}")
318319

319320
OP_DICT[args.operation]()
320321

0 commit comments

Comments
 (0)