summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-20 09:39:16 -0600
committerJeff Carr <[email protected]>2025-02-20 09:39:16 -0600
commitcf2f07f2730c19e7f6ff1293f5d01cf11371febb (patch)
treec6194c53d763ac46a82fb1d17c14227a7f8fa569 /argv.go
parent8e315cc238127c5e4b40209ea84128e9ac785cba (diff)
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
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() {