Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
82415e8f
Commit
82415e8f
authored
Aug 04, 2026
by
Eric Duminil
Browse files
Add csv export arg
parent
0be86308
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/simstadt/cli.py
View file @
82415e8f
...
@@ -93,6 +93,7 @@ def build_parser() -> argparse.ArgumentParser:
...
@@ -93,6 +93,7 @@ def build_parser() -> argparse.ArgumentParser:
description
=
"simstadt - Python library for SimStadt workflows."
,
description
=
"simstadt - Python library for SimStadt workflows."
,
)
)
parser
.
add_argument
(
"--gui"
,
action
=
"store_true"
,
help
=
"Launch the SimStadt GUI."
)
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
(
parser
.
add_argument
(
"--install"
,
"--install"
,
action
=
"store_true"
,
action
=
"store_true"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment