Add quick-start help command

This commit is contained in:
Emil
2026-07-13 23:03:31 +03:00
parent 34beb8b0aa
commit 5eb4b2dc1e
5 changed files with 80 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ def build_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(
prog="scimesh",
description="Run local scientific workloads on molecular datasets.",
epilog="Run 'scimesh help' for a quick start and copy-paste examples.",
)
subparsers = parser.add_subparsers(dest="workload", required=True)
registry = WorkloadRegistry()