From 5820c9e9a131fc6fdbb3c45e8fc85283e2a849c6 Mon Sep 17 00:00:00 2001 From: Michael Boniface <m.j.boniface@soton.ac.uk> Date: Thu, 27 Feb 2025 08:36:07 +0000 Subject: [PATCH] fix: added version message to publish. Closes #44 --- acmc/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/acmc/main.py b/acmc/main.py index ec29b5d..e2765e8 100644 --- a/acmc/main.py +++ b/acmc/main.py @@ -66,6 +66,7 @@ def phen_diff(args): phen.diff(args.phen_dir, args.phen_dir_old) + def main(): parser = argparse.ArgumentParser(description="ACMC command-line tool") parser.add_argument("--debug", action="store_true", help="Enable debug mode") -- GitLab