summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-18 15:24:20 -0500
committerJeff Carr <[email protected]>2025-09-18 15:24:20 -0500
commit4d4dcf31cb466d441024978420f548346c088537 (patch)
tree605449c25c1ef17214e1d963f60bc1750938d8db /structs.go
parent19479f312f1a5da2d271198f4e1bd950844dcb98 (diff)
slowly working out autocomplete kinks
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 53edd9b..15b17bc 100644
--- a/structs.go
+++ b/structs.go
@@ -4,7 +4,6 @@
package main
import (
- "go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/prep"
@@ -28,7 +27,7 @@ func myServer() string {
// this app's variables
type mainType struct {
- pp *arg.Parser // for parsing the command line args. Yay to alexflint!
+ // pp *arg.Parser // for parsing the command line args. Yay to alexflint!
auto *prep.Auto // more experiments for bash handling
forge *forgepb.Forge // for holding the forge protobuf files
myGui *prep.GuiPrep // for initializing the GUI toolkits