ai-git-tools 2.0.64 → 2.0.65
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/bin/cli.js +0 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -163,7 +163,6 @@ program
|
|
|
163
163
|
.description('AI 為檔案生成測試(單元/元件),自動執行與修復,完成後發報告到 Issue(將自動讀取 dev-from-issue 的結果)')
|
|
164
164
|
.option('--file <path>', '原始碼路徑(對沒特別指定則自動從上次 dev-from-issue 讀取)')
|
|
165
165
|
.option('--issue <number>', '完成後發佈報告到此 Issue(對沒特別指定則自動從上次 dev-from-issue 讀取)')
|
|
166
|
-
.option('--issue <number>', '完成後將測試報告與流程圖發布到此 Issue 留言')
|
|
167
166
|
.option('--test-type <type>', '測試類型:auto、unit、component 或 both(可用逗號指定多個)', 'auto')
|
|
168
167
|
.option('--max-fixes <number>', '最大自動修復次數(預設 2)', '2')
|
|
169
168
|
.option('--no-confirm', '跳過確認直接生成並執行測試')
|