summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 11:53:14 -0500
committerJeff Carr <[email protected]>2025-10-18 11:53:14 -0500
commit3a7d5a176350447cf568d9fbc7ea804895549968 (patch)
tree9df0aebff512050f84634ff02967ad00107fd2ed /structs.go
parent94fd646c63f0d85083c991ea219d34197aaa085e (diff)
the long road to betterness
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 4ab8dd7..732bb2a 100644
--- a/structs.go
+++ b/structs.go
@@ -6,6 +6,7 @@ package main
import (
"sync"
+ "go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/debian"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/protobuf/argvpb"
@@ -19,6 +20,7 @@ var me *mainType
type mainType struct {
once sync.Once // one-time initialized data
argv *argvpb.Argv // more experiments for bash handling
+ pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
homedir string // where the user homedir is