cargo -C
should have a long name
#11696
Labels
A-cli
Area: Command-line interface, option parsing, etc.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
P-low
Priority: Low
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
Problem
#10952 added
-C
to solve #10098 and reduce #2930's impact but we couldn't get buy-in on a name and shipped it as-is to not block the feature on the long name as-C
by itself has enough use within the communityProposed Solution
From ehuss:
Plus the stdlib calls this "current dir" (
std::env::current_dir
,std::process::Command::current_dir
) so we could name it--current-dir
Notes
No response
The text was updated successfully, but these errors were encountered: