Skip to content

Commit 9a9e15f

Browse files
committed
cargo-rail: fixing the "-dr' alias for the cargo rail init command.
1 parent d630a37 commit 9a9e15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ enum Commands {
7171
/// Workspace dependency unification (eliminates workspace-hack crates)
7272
Unify {
7373
/// Show plan without executing (analyze mode)
74-
#[arg(long, short = 'd')]
74+
#[arg(long, visible_alias = "dr", short = 'd')]
7575
dry_run: bool,
7676
/// Exclude specific dependencies from unification
7777
#[arg(long)]

0 commit comments

Comments
 (0)