Allow passing multiple crate names to cargo new
#9823
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-new
Describe the problem you are trying to solve
cargo new a b c
gives an error:Describe the solution you'd like
Allow passing multiple crates at the same time. Right now I do this with xargs, which works but is annoying to remember.
Notes
The text was updated successfully, but these errors were encountered: