Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ step_run_cli_with_arg
Function
step_run_cli_with_arg
tests/features/steps/auto_vertical.py:7–8 ·
view source on GitHub ↗
(context, arg)
Source
from the content-addressed store, hash-verified
5
6
@when(
"we run dbcli with {arg}"
)
7
def
step_run_cli_with_arg(context, arg):
8
wrappers.run_cli(context, run_args=arg.split(
"="
))
9
10
11
@when(
"we execute a small query"
)
Callers
nothing calls this directly
Calls
1
run_cli
Method · 0.80
Tested by
no test coverage detected