We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c8853 commit 65c1799Copy full SHA for 65c1799
1 file changed
main.go
@@ -9,8 +9,8 @@ import (
9
"github.com/Tom5521/CmdRunTools/command"
10
)
11
12
-var sh = func() command.UnixCmd {
13
- cmd := command.Cmd("")
+var sh = func() command.Cmd {
+ cmd := command.Cmd{}
14
cmd.CustomStd(true, true, true)
15
return cmd
16
}()
0 commit comments