forgot flag.Parse() m(
This commit is contained in:
parent
e682ade2e9
commit
7511c09c31
@ -24,6 +24,8 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
flag.Parse()
|
||||||
|
|
||||||
samfile := os.Getenv("samfile")
|
samfile := os.Getenv("samfile")
|
||||||
id := os.Getenv("winid")
|
id := os.Getenv("winid")
|
||||||
if "" == id {
|
if "" == id {
|
||||||
|
Loading…
Reference in New Issue
Block a user