# Stdlib rules for the Rust toolchain manager.
# Catch-all ask first, then allow overrides (last-match-wins).
[[]]
= "ask"
= "rustup"
[[]]
= "allow"
= "rustup"
= ["--help", "-h", "--version", "-V"]
[[]]
= "allow"
= "rustup"
= [
"show", "which", "doc", "man", "completions", "check",
"default", "target", "component", "toolchain",
]