api change
This commit is contained in:
parent
a7e68a70e4
commit
c717021028
2
argv.go
2
argv.go
|
@ -4,6 +4,7 @@ import (
|
|||
"os"
|
||||
|
||||
"go.wit.com/dev/alexflint/arg"
|
||||
"go.wit.com/gui"
|
||||
)
|
||||
|
||||
/*
|
||||
|
@ -24,6 +25,7 @@ This basicwindow example demonstrates multiple windows
|
|||
}
|
||||
|
||||
func init() {
|
||||
gui.InitArg()
|
||||
pp := arg.MustParse(&argv)
|
||||
|
||||
// for very new users or users unfamilar with the command line, this may help them
|
||||
|
|
Loading…
Reference in New Issue