summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 02:34:49 -0500
committerJeff Carr <[email protected]>2025-10-04 02:34:49 -0500
commitc2c776c4f307c5c3c170c45ca06fc10f5ee58ee8 (patch)
tree3a71322a8bd501d52c23caeb3ae54784aa8cf0e5 /argv.go
parentf50d2bcb19f2165723dcd5e5e20368561a2febc9 (diff)
partail builds work againv0.1.5
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 4fd8c58..3a068fc 100644
--- a/argv.go
+++ b/argv.go
@@ -49,6 +49,7 @@ type DebianCmd struct {
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"`
+ Quick bool `arg:"--quick" help:"only build repos with new versions"`
}
type CloneCmd struct {