summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 21:40:30 -0500
committerJeff Carr <[email protected]>2024-11-01 21:40:30 -0500
commitf0b70125e84b3f998cbc68383678b0ae6e5b4261 (patch)
tree0a59817c23b6dcb6d304f1550509ac97aaded4df
parente2c6ba0c2b8d4be193835b59eda858b5136c544d (diff)
better notes
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--shell.go2
1 files changed, 2 insertions, 0 deletions
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)