MCPcopy
hub / github.com/marimo-team/marimo / _build_rerun_command

Function _build_rerun_command

marimo/_cli/convert/commands.py:16–20  ·  view source on GitHub ↗
(filename: str, output: Path | None)

Source from the content-addressed store, hash-verified

14
15
16def _build_rerun_command(filename: str, output: Path | None) -> str:
17 command = f"marimo convert {filename}"
18 if output is not None:
19 command = f"{command} -o {output}"
20 return command
21
22
23@click.argument("filename", required=True)

Callers 1

convertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…