MCPcopy
hub / github.com/nikopueringer/CorridorKey / wizard

Function wizard

corridorkey_cli.py:432–437  ·  view source on GitHub ↗

Interactive wizard for organizing clips and running the pipeline.

(
    ctx: typer.Context,
    path: Annotated[str, typer.Argument(help="Target path (Windows or local)")],
)

Source from the content-addressed store, hash-verified

430
431@app.command()
432def wizard(
433 ctx: typer.Context,
434 path: Annotated[str, typer.Argument(help="Target path (Windows or local)")],
435) -> None:
436 """Interactive wizard for organizing clips and running the pipeline."""
437 interactive_wizard(path, device=ctx.obj["device"])
438
439
440# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

interactive_wizardFunction · 0.85

Tested by

no test coverage detected