radar install
Install the crates.io package rdar, which provides the radar command.
- If the user did not explicitly request an install or update, obtain their authorization before downloading packages or changing the machine.
- Run
cargo --version. If Cargo is unavailable, stop with an actionable prerequisite; do not install a Rust toolchain implicitly. - If
radar --versionalready succeeds and no update was requested, report the installed version and stop. - Run
cargo install --locked rdar. Use--forceonly for an explicit update or repair of an existing installation. - Run
radar --versionand report the installed version.
If Cargo succeeds but radar is not on PATH, check Cargo's bin directory and
report the PATH change needed. Do not map a repository from this skill; use
radar-bootstrap next.