diff options
| author | Jeff Carr <[email protected]> | 2025-02-14 17:27:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-14 17:27:00 -0600 |
| commit | 339f5ff27e96da6eb02e158aa0b33de8104618ca (patch) | |
| tree | 01f172f407ef7095b2fa687283cdd431f7008327 /argv.go | |
| parent | 22e0cbe022faa067c3dddc50f99029ccfa24c2df (diff) | |
complete restructure
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
