@jswork/ushell-module-git 1.0.58 → 1.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/modules/12-ggi.sh CHANGED
@@ -9,7 +9,7 @@ set timeout -1
9
9
  spawn git add .
10
10
 
11
11
  # 启动 aic2 命令
12
- spawn aic2 --all -y
12
+ spawn aic2 --all -y --auto-select
13
13
 
14
14
  # 等待交互提示
15
15
  expect {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-git",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "description": "Unix like shell module for git.",
5
5
  "main": "index.sh",
6
6
  "repository": {