fix: 修复restore命令中,staged & source短名称冲突问题

This commit is contained in:
mrbeanc
2023-12-22 21:00:39 +08:00
parent b9b8d9c704
commit d719cc43da

View File

@@ -114,7 +114,7 @@ enum Command {
worktree: bool,
/// staged
#[clap(long, short, action)]
#[clap(long, short = 'S', action)]
staged: bool,
},
}