diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 11:53:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 11:53:14 -0500 |
| commit | 3a7d5a176350447cf568d9fbc7ea804895549968 (patch) | |
| tree | 9df0aebff512050f84634ff02967ad00107fd2ed /structs.go | |
| parent | 94fd646c63f0d85083c991ea219d34197aaa085e (diff) | |
the long road to betterness
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
