mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-02-13 07:05:15 +08:00
fix: 修复restore命令中,staged & source短名称冲突问题
This commit is contained in:
@@ -114,7 +114,7 @@ enum Command {
|
||||
worktree: bool,
|
||||
|
||||
/// staged
|
||||
#[clap(long, short, action)]
|
||||
#[clap(long, short = 'S', action)]
|
||||
staged: bool,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user