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

Function help_flag_short_circuits

src/tool_command/tests.rs:203–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201
202#[test]
203fn help_flag_short_circuits() {
204 let d = def("search");
205 let parsed = parse_invocation(&d, &["--help".to_string()]).unwrap();
206 assert!(parsed.show_help);
207}
208
209#[test]
210fn unknown_tool_name_errors() {

Callers

nothing calls this directly

Calls 2

parse_invocationFunction · 0.85
defFunction · 0.70

Tested by

no test coverage detected