Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ cli
Function
cli
tests/test_stream_lifecycle.py:143–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
142
@click.command()
143
def
cli():
144
click.echo(
"stdout-msg"
)
145
click.echo(
"stderr-msg"
, err=True)
146
147
result = runner.invoke(cli)
148
assert result.exit_code == 0
Callers
nothing calls this directly
Calls
1
start
Method · 0.80
Tested by
no test coverage detected