use gadgets.BasicWindow()
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
d6215ee07b
commit
6f1555f9fc
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
run: build
|
||||
./control-panel-cloudflare --gui-debug
|
||||
./control-panel-cloudflare
|
||||
|
||||
build-and-update:
|
||||
go get -v -u -x .
|
||||
|
|
4
argv.go
4
argv.go
|
@ -6,12 +6,8 @@ package main
|
|||
|
||||
import (
|
||||
arg "github.com/alexflint/go-arg"
|
||||
"go.wit.com/gui/gui"
|
||||
"go.wit.com/log"
|
||||
)
|
||||
|
||||
|
||||
func init() {
|
||||
arg.MustParse()
|
||||
log.Bool(true, "INIT() args.ArgDebug =", gui.ArgDebug())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue