diff options
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 |
