pub fn parse_tool_args(
commands: &[CommandDef],
remaining: &[String],
) -> Result<ParsedToolArgs>Expand description
Parse remaining as <subcommand> [--flag value ...].
pub fn parse_tool_args(
commands: &[CommandDef],
remaining: &[String],
) -> Result<ParsedToolArgs>Parse remaining as <subcommand> [--flag value ...].