Implemented displaying latest checkin in agents table, as well as word-wrap.
This commit is contained in:
@@ -2,7 +2,7 @@ import winim, osproc, strutils
|
||||
|
||||
import ../types
|
||||
|
||||
proc executeShellCommand*(command: seq[string]): TaskResult =
|
||||
proc taskShell*(command: seq[string]): TaskResult =
|
||||
|
||||
echo command.join(" ")
|
||||
let (output, status) = execCmdEx(command.join(" "))
|
||||
|
||||
Reference in New Issue
Block a user