From f0b70125e84b3f998cbc68383678b0ae6e5b4261 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 1 Nov 2024 21:40:30 -0500 Subject: [PATCH] better notes Signed-off-by: Jeff Carr --- shell.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.go b/shell.go index fa30d5b..4b309e0 100644 --- a/shell.go +++ b/shell.go @@ -114,6 +114,8 @@ func Exec(cmdline string) { } // run interactively. output from the cmd is in real time +// shows all the output. For example, 'ping -n localhost' +// shows the output like you would expect to see func NewRun(workingpath string, cmd []string) error { log.Log(INFO, "NewRun() ", cmd)