Optional ReadonlyexitExit code the fake returns. Default 0.
ReadonlynameThe binary name to shadow on PATH (e.g. "gh", "psql").
Optional ReadonlystderrCanned stderr the fake writes to fd 2. Default: none.
Optional ReadonlystdoutCanned stdout the fake prints. Default "".
A single fake binary: shadow the tool named
nameon PATH so that any invocation printsstdout(default""), writesstderr(default none) to fd 2, and exits withexitCode(default 0). Argv is ignored in the MVP.