From 2677e5c0cddde1f3bc0aadbc60ccf000864b66de Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 09:25:10 -0500 Subject: fixes. needs a refactor --- argv.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index da2e4ba..ea8bb4d 100644 --- a/argv.go +++ b/argv.go @@ -15,7 +15,6 @@ type args struct { Commit *EmptyCmd `arg:"subcommand:commit" help:"'git commit' but errors out if on wrong branch"` Show *EmptyCmd `arg:"subcommand:show" help:"show what would be done"` Gui *EmptyCmd `arg:"subcommand:gui" help:"open the gui"` - Auto bool `arg:"--auto" help:"automatically attempt to make the .deb"` Ldflags []string `arg:"--ldflags" help:"flags to pass to go build"` Forge string `arg:"--forge" help:"use a git repo from forge"` OutDir string `arg:"--dir" help:"write .deb file into this directory"` @@ -23,8 +22,6 @@ type args struct { KeepFiles bool `arg:"--keep-files" help:"keep the build files/"` Force bool `arg:"--force" default:"false" help:"force overwrite an existing .deb file"` Verbose bool `arg:"--verbose" help:"show more things"` - Bash bool `arg:"--bash" help:"generate bash completion"` - BashAuto []string `arg:"--auto-complete" help:"todo: move this to go-arg"` } func (args) Version() string { -- cgit v1.2.3