// ABOUTME: Runs the real `git worktree add` and passes its exit status through.
// ABOUTME: Every failure path in the tool ends here, so the user gets git's own result.
use OsString;
use ;
/// Runs `git worktree <args>` inheriting stdio, and returns git's exit code.