diff options
| author | Jeff Carr <[email protected]> | 2025-10-04 02:34:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-04 02:34:49 -0500 |
| commit | c2c776c4f307c5c3c170c45ca06fc10f5ee58ee8 (patch) | |
| tree | 3a71322a8bd501d52c23caeb3ae54784aa8cf0e5 /argv.go | |
| parent | f50d2bcb19f2165723dcd5e5e20368561a2febc9 (diff) | |
partail builds work againv0.1.5
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
