Open
Description
Not necessarily for this PR, but I think we should settle on a consistent way of listing out sets of alternatives like this across our options. We currently have
- Exhaustively listed in command (
--crate-type [bin|lib|rlib|...]
)- Listed in help in parentheses (
INFO may be one of (all-target-specs-json|calling-conventions|...)
)- Listed in help as a textual list (
The KIND can be one of dependency, crate, native, framework, or all (the default).
)
With this being a fourth potential layout
Originally posted by @clubby789 in #140077 (comment)