diff options
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ func InitCallback(f func(interface{}, int)) { } // this means it won't copy all the output to STDOUT -func Quiet() { - quiet = true +func Quiet(q bool) { + quiet = q } func Script(cmds string) int { |
