From 57c61847c02e9b2f3c2e36f9c77c9dcb8da01b8c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Mar 2024 16:45:49 -0600 Subject: make a .git repo --- args.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 args.go (limited to 'args.go') diff --git a/args.go b/args.go deleted file mode 100644 index 3ff5743..0000000 --- a/args.go +++ /dev/null @@ -1,19 +0,0 @@ -package main - -/* - this parses the command line arguements - - this enables command line options from other packages like 'gui' and 'log' -*/ - -import ( - "go.wit.com/dev/alexflint/arg" -) - -var args struct { - Repo string `arg:"--repo" help:"go path for the repo"` -} - -func init() { - arg.MustParse(&args) -} -- cgit v1.2.3