From 7e204190a6c40815bcc37aed4ae7f473429a7c0f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Oct 2025 04:39:13 -0500 Subject: new argv --- structs.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 2217a10..f74b90f 100644 --- a/structs.go +++ b/structs.go @@ -4,6 +4,7 @@ package main import ( + "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/protobuf/argvpb" ) @@ -11,6 +12,7 @@ var me *mainType // this app's variables type mainType struct { - sh *argvpb.Argv // shell autocomplete - pb *Files // all the proto files as they get parsed (into another protobuf file) + argv *argvpb.Argv // more experiments for bash handling + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + pb *Files // all the proto files as they get parsed (into another protobuf file) } -- cgit v1.2.3