summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 15:29:34 -0500
committerJeff Carr <[email protected]>2025-10-04 15:29:34 -0500
commit36f568c3e2ac3ff54d5aa180a2685be94351d8c4 (patch)
treeef6a7c0a5e1a255c62eb93ee7b3dee9771f4b2c0 /structs.go
parentef7e82b9859bcf789f0eceef8d6f051617c50dde (diff)
automate publish & merge
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 15b17bc..fcdc07f 100644
--- a/structs.go
+++ b/structs.go
@@ -28,7 +28,7 @@ func myServer() string {
// this app's variables
type mainType struct {
// pp *arg.Parser // for parsing the command line args. Yay to alexflint!
- auto *prep.Auto // more experiments for bash handling
+ sh *prep.Auto // shell autocomplete
forge *forgepb.Forge // for holding the forge protobuf files
myGui *prep.GuiPrep // for initializing the GUI toolkits
foundPaths []string // stores gopaths to act on (when doing go-clone)