Skip to main content

command_verdict_in

Function command_verdict_in 

Source
pub fn command_verdict_in(command: &str, ctx: PathCtx) -> Verdict
Expand description

Classify command with the harness-supplied directory context installed (HP-19), so relative paths resolve against the real cwd/root. command_verdict(cmd) is the no-context form (PathCtx::default()), preserving every existing caller.