From 16fdee4c38c13bb71f1c77c15e3f9b8853bf694d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 10:06:03 -0500 Subject: new argv (much better than before) --- argv.struct.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 argv.struct.go (limited to 'argv.struct.go') diff --git a/argv.struct.go b/argv.struct.go deleted file mode 100644 index d47a5e7..0000000 --- a/argv.struct.go +++ /dev/null @@ -1,21 +0,0 @@ -package main - -var argv args - -type args struct { - Show *EmptyCmd `arg:"subcommand:show" help:"show what would be done"` - Gui *EmptyCmd `arg:"subcommand:gui" help:"open the gui"` - Dump *EmptyCmd `arg:"subcommand:dump" help:"dump out the future control file"` - Ldflags []string `arg:"--ldflags" help:"flags to pass to go build"` - OutDir string `arg:"--dir" help:"write .deb file into this directory"` - Namespace string `arg:"--namespace" help:"the namespace of the repo"` - Arch string `arg:"--arch" help:"what arch"` - BuildVersion int `arg:"--buildversion" help:"what arch"` - KeepFiles bool `arg:"--keep-files" help:"keep the build files/"` - Release bool `arg:"--release" help:"build version from the @latest git tag"` - Force bool `arg:"--force" default:"false" help:"force overwrite an existing .deb file"` - Verbose bool `arg:"--verbose" help:"show more things"` -} - -type EmptyCmd struct { -} -- cgit v1.2.3