We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d630a37 commit 9a9e15fCopy full SHA for 9a9e15f
src/main.rs
@@ -71,7 +71,7 @@ enum Commands {
71
/// Workspace dependency unification (eliminates workspace-hack crates)
72
Unify {
73
/// Show plan without executing (analyze mode)
74
- #[arg(long, short = 'd')]
+ #[arg(long, visible_alias = "dr", short = 'd')]
75
dry_run: bool,
76
/// Exclude specific dependencies from unification
77
#[arg(long)]
0 commit comments