quiet shell output
This commit is contained in:
parent
3ec8400a9d
commit
62e2d64ff9
2
cmd.go
2
cmd.go
|
@ -43,7 +43,7 @@ func Run(argv []string) cmd.Status {
|
||||||
// where the have rocked out a proper smart read on both filehandles
|
// where the have rocked out a proper smart read on both filehandles
|
||||||
// https://dave.cheney.net/2013/04/30/curious-channels
|
// https://dave.cheney.net/2013/04/30/curious-channels
|
||||||
func PathRun(path string, argv []string) cmd.Status {
|
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
|
// the actual wrapper around go-cmd/cmd
|
||||||
|
|
Loading…
Reference in New Issue