MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / print_tool_help

Function print_tool_help

src/tool_command.rs:470–472  ·  view source on GitHub ↗

Print one tool's description, usage line, and parameter table.

(def: &ToolDefinition)

Source from the content-addressed store, hash-verified

468
469/// Print one tool's description, usage line, and parameter table.
470fn print_tool_help(def: &ToolDefinition) {
471 print!("{}", render_tool_cli_help(def));
472}
473
474#[cfg(test)]
475#[allow(clippy::unwrap_used, clippy::expect_used)]

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected