quiet shell output

This commit is contained in:
Jeff Carr 2024-12-06 01:49:28 -06:00
parent 3ec8400a9d
commit 62e2d64ff9
1 changed files with 1 additions and 1 deletions

2
cmd.go
View File

@ -43,7 +43,7 @@ func Run(argv []string) cmd.Status {
// where the have rocked out a proper smart read on both filehandles
// https://dave.cheney.net/2013/04/30/curious-channels
func PathRun(path string, argv []string) cmd.Status {
return PathRunLog(path, argv, NOW)
return PathRunLog(path, argv, INFO)
}
// the actual wrapper around go-cmd/cmd