MCPcopy Create free account
hub / github.com/disler/live-bench / cli

Function cli

apps/cli/src/live_bench_cli/cli.py:44–49  ·  view source on GitHub ↗

live-bench — push benchmark results at the server from anywhere on the LAN.

(ctx: click.Context, server: str, verbose: bool)

Source from the content-addressed store, hash-verified

42)
43@click.pass_context
44def cli(ctx: click.Context, server: str, verbose: bool) -> None:
45 """live-bench — push benchmark results at the server from anywhere on the LAN."""
46
47 ctx.ensure_object(dict)
48 ctx.obj["server"] = server
49 ctx.obj["verbose"] = verbose
50
51
52cli.add_command(list_cmd.list_, name="list")

Callers 1

cli.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected