ported apps lscor, mv, and rm
there's partially rtest too, if you count that
This commit is contained in:
@@ -4,5 +4,5 @@ for i=1, #tasks do
|
||||
local pipeChar = "├ "
|
||||
if i==#tasks then pipeChar = "└ " end
|
||||
local task = tasks[i]
|
||||
print("\27[93m"..pipeChar..i.."\27[0m - "..task.name.."\27[37m "..table.concat(task.args or {}," ").." \27[0m")
|
||||
print("\27[93m"..pipeChar..(task.id or i).."\27[0m - "..task.name.."\27[37m "..table.concat(task.args or {}," ").." \27[0m")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user