Files
tty7/assets
l0ng-ai 3796ec3399 fix(completion): stop a rustup flag describing itself
`rustup doc --unstable-book` carried "--unstable-book" as its
description, so the menu printed the flag twice and explained nothing.
Every sibling reads as the title of what it opens — The Cargo Book, The
Rust Reference, The Embedded Rust Book — and rustup's own help calls
this one The Unstable Book.

Found by sweeping the specs for descriptions that merely repeat their
own flag. The other eleven hits are terse but real: docker login
--password really is "Password".
2026-08-09 00:44:33 +07:00
..