better notes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-01 21:40:30 -05:00
parent e2c6ba0c2b
commit f0b70125e8
1 changed files with 2 additions and 0 deletions

View File

@ -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)