From d719cc43da0b317950555239387594463d4e250d Mon Sep 17 00:00:00 2001 From: mrbeanc Date: Fri, 22 Dec 2023 21:00:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Drestore=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E4=B8=AD=EF=BC=8Cstaged=20&=20source=E7=9F=AD?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=86=B2=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 617b30b..b56f1dd 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -114,7 +114,7 @@ enum Command { worktree: bool, /// staged - #[clap(long, short, action)] + #[clap(long, short = 'S', action)] staged: bool, }, }