diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
