Commit 82415e8f authored by Eric Duminil's avatar Eric Duminil
Browse files

Add csv export arg

parent 0be86308
......@@ -93,6 +93,7 @@ def build_parser() -> argparse.ArgumentParser:
description="simstadt - Python library for SimStadt workflows.",
)
parser.add_argument("--gui", action="store_true", help="Launch the SimStadt GUI.")
parser.add_argument("--csv-export", action="store_true", help="Export CSV from workflowsteps, when available.")
parser.add_argument(
"--install",
action="store_true",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment