Skip to main content

parse_command_with_agent_surface_from

Function parse_command_with_agent_surface_from 

Source
pub fn parse_command_with_agent_surface_from<T, I>(
    spec: &ToolSpec,
    argv: I,
) -> Result<AgentDispatch<T>, Error>
Expand description

Parse argv against the current normal or agent-filtered surface.

ยงErrors

Returns a clap error when parsing fails.