diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-09 21:08:12 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-09 21:08:12 +0800 |
| commit | 92cccd9517e764508dfa0342ae2ea254661d0a8f (patch) | |
| tree | 126144392a2e399e0ce4226f3942c5d27e7dee45 /.cargo | |
| parent | f7ce99550595915efb3d3f7774095976cb3b763b (diff) | |
Add `-y` flag to skip the temp commit prompt
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 42e41f8..612567f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,4 +4,4 @@ target-dir = "./.temp/target" [env] [alias] -ci = "run --manifest-path dev_tools/Cargo.toml --bin ci --quiet" +ci = "run --manifest-path dev_tools/Cargo.toml --bin ci --quiet --" |
