diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 12:20:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 12:20:48 -0500 |
| commit | 525b609a1c88689f990d3fa30282c160dd475302 (patch) | |
| tree | 99dfb2cabb83a62664f0637e8225c479e7c830b7 /argv.go | |
| parent | 557772a2409d436bc6ddab104a254b9bfb92e519 (diff) | |
.deb creationg is maybe working again
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,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"` + All bool `arg:"--all" help:"build everything again"` } type CloneCmd struct { |
