summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 15:29:02 -0500
committerJeff Carr <[email protected]>2025-10-19 15:29:02 -0500
commit3246e9b1f7ba7b983ca536f06d1dbbb636d1ad5b (patch)
treefc7e065170afb516ecb9d77401e4aec8ec8b3743 /structs.go
parent1a618273bf123cef8a91cccd191b32b605c90abc (diff)
redo argv name
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 d022e67..8f05ff8 100644
--- a/structs.go
+++ b/structs.go
@@ -31,7 +31,7 @@ func myServer() string {
// this app's variables
type mainType struct {
- sh *argvpb.Argv // shell autocomplete
+ argv *argvpb.Argv // shell autocomplete
pp *arg.Parser // the go-arg parser of the command line
forge *forgepb.Forge // for holding the forge protobuf files
myGui *fhelp.GuiPrep // for initializing the GUI toolkits