dbutils: add command to show versions

This commit is contained in:
2023-06-24 13:14:40 -04:00
parent 3c385f505b
commit 858b101a36
2 changed files with 8 additions and 0 deletions

View File

@ -84,5 +84,8 @@ if __name__ == "__main__":
elif args.action == "cleanup":
data.delete_hanging_users()
elif args.action == "version":
data.show_versions()
data.logger.info("Done")