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

stdin

上级 ddf93908
......@@ -128,6 +128,9 @@ func main() {
func run(args []string) {
files := fileUtils.GetFilesFromParams(args[2:])
if err := flagSet.Parse(args[len(files)+2:]); err == nil {
if len(files) == 0 {
files = append(files, ".")
}
action.Run(files, suiteId, taskId)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册