MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / wiki_init

Function wiki_init

paperflow/cli.py:248–250  ·  view source on GitHub ↗

Initialize the local wiki tables and folders.

()

Source from the content-addressed store, hash-verified

246 raise typer.Exit(code=1)
247 args = ["--host", host, "--port", str(port)]
248 if no_browser:
249 args.append("--no-browser")
250 if allow_remote:
251 args.append("--allow-remote")
252 raise typer.Exit(code=_run_python(script, *args))
253

Callers

nothing calls this directly

Calls 1

_run_wikiFunction · 0.85

Tested by

no test coverage detected