From cf2f07f2730c19e7f6ff1293f5d01cf11371febb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 20 Feb 2025 09:39:16 -0600 Subject: new autogenpb --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 42f53af..9e89aeb 100644 --- a/argv.go +++ b/argv.go @@ -20,6 +20,7 @@ type args struct { Release bool `arg:"--release" help:"build a release from the last git tag"` 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"` } func init() { -- cgit v1.2.3