提交 1d1f6e23 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

highlight the number for list command

上级 657d5703
......@@ -329,7 +329,7 @@
},
{
"id": "success_to_commit_result",
"translation": "Success to commit the results for case %d"
"translation": "Success to commit the result for case %d"
},
{
......
此差异已折叠。
......@@ -43,7 +43,7 @@ func List(cases []string, keywords string) {
width := strconv.Itoa(len(strconv.Itoa(total)))
logUtils.Screen(time.Now().Format("2006-01-02 15:04:05") + " " +
i118Utils.I118Prt.Sprintf("found_scripts", total) + "\n")
i118Utils.I118Prt.Sprintf("found_scripts", color.CyanString(strconv.Itoa(total))) + "\n")
for idx, cs := range scriptArr {
//format := "(%" + width + "d/%d) [%s] %d.%s"
......
......@@ -145,7 +145,7 @@ func GetZtfDir() string { // where ztf command in
dir = UpdateDir(dir)
fmt.Printf("Launch %s in %s \n", arg1, dir)
fmt.Printf("Debug: Launch %s in %s \n", arg1, dir)
return dir
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册