From 3a7d5a176350447cf568d9fbc7ea804895549968 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Oct 2025 11:53:14 -0500 Subject: the long road to betterness --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') 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 -- cgit v1.2.3