summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-14 17:27:00 -0600
committerJeff Carr <[email protected]>2025-02-14 17:27:00 -0600
commit339f5ff27e96da6eb02e158aa0b33de8104618ca (patch)
tree01f172f407ef7095b2fa687283cdd431f7008327 /argv.go
parent22e0cbe022faa067c3dddc50f99029ccfa24c2df (diff)
complete restructure
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 464f755..d3d1449 100644
--- a/argv.go
+++ b/argv.go
@@ -27,6 +27,7 @@ type args struct {
Release bool `arg:"--release" help:"use go-deb --release"`
DryRun bool `arg:"--dry-run" help:"only show what would be packaged"`
Verbose bool `arg:"--verbose" help:"be loud about it"`
+ Force bool `arg:"--force" help:"rebuild everything"`
Recursive bool `arg:"--recursive" help:"go-clone --recursive"`
Test bool `arg:"--test" help:"test build after everything else"`
WITCOM bool `arg:"--witcom" help:"add the GPL header"`