diff options
| author | Jeff Carr <[email protected]> | 2025-02-20 09:39:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-20 09:39:16 -0600 |
| commit | cf2f07f2730c19e7f6ff1293f5d01cf11371febb (patch) | |
| tree | c6194c53d763ac46a82fb1d17c14227a7f8fa569 /argv.go | |
| parent | 8e315cc238127c5e4b40209ea84128e9ac785cba (diff) | |
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |
