bunch of changes
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
Args []string = os.Args
|
||||
Args []string = os.Args[1:] // Skip the monkey binary itself
|
||||
Stdin io.Reader = os.Stdin
|
||||
Stdout io.Writer = os.Stdout
|
||||
Stderr io.Writer = os.Stderr
|
||||
|
||||
Reference in New Issue
Block a user