path:Annotated[Path,Argument(help="Python simulation script to submit.")],
path:Annotated[Path,Argument(help="Python simulation script to submit.")],
follow:Annotated[bool,Option("--follow","-f",help="Wait for run to terminate and show output live.")]=False,
follow:Annotated[
bool,
Option(
"--follow",
"-f",
help="Wait for run to terminate and show output live. This only works in case a single instantiation is defined in your experiment scripts instantiations list.",
),
]=False,
input:Annotated[
input:Annotated[
str|None,Option("--input","-i",help="Specify a tarball file of inputs needed for running the simulation.")
str|None,
Option(
"--input",
"-i",
help="Specify a tarball file of inputs needed for running the simulation.",
),
]=None,
]=None,
):
):
"""Submit a SimBricks python simulation script to run."""
"""Submit a SimBricks python simulation script to run."""