diff options
Diffstat (limited to 'cmds/buttonplugin/log.go')
| -rw-r--r-- | cmds/buttonplugin/log.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/buttonplugin/log.go b/cmds/buttonplugin/log.go index fb85cfa..70039df 100644 --- a/cmds/buttonplugin/log.go +++ b/cmds/buttonplugin/log.go @@ -9,6 +9,7 @@ import ( "time" "bufio" arg "github.com/alexflint/go-arg" + "git.wit.org/wit/gui" ) @@ -17,6 +18,7 @@ var args struct { Bar bool User string `arg:"env:USER"` Demo bool `help:"run a demo"` + gui.GuiArgs } var f1 *os.File |
