(deftask test1 "first test task" [] (print "1") identity) (deftask test2 "second test task" [] (print "2") identity) (boot (comp (test1) ...
確定! 回上一頁