summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 75feb6d..6ec3a72 100644
--- a/argv.go
+++ b/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