Skip to content

Commit

Permalink
exit after printing version
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhasjg committed Nov 8, 2023
1 parent 71b3d4c commit f88d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_console/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def aws_system_credential():
def __show_version_if_requested(args):
if args.version:
print(__version__)
return
exit(0)

0 comments on commit f88d607

Please sign in to comment.