diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 07:52:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 07:52:53 -0500 |
| commit | a5171316b4335c69ca6ad946a37260b939fd7494 (patch) | |
| tree | 922cb154a016d5e3d5c948f73c415a0db31fe649 /argv.go | |
| parent | 769ab0c88b51a10124b7328b937fa35dad1c7cb4 (diff) | |
rm old braindamaged code that I wrote long ago
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ type args struct { OutDir string `arg:"--dir" help:"write .deb file into this directory"` Namespace string `arg:"--namespace" help:"the namespace of the repo"` Arch string `arg:"--arch" help:"what arch"` - BuildVersion string `arg:"--buildversion" help:"what arch"` + BuildVersion int `arg:"--buildversion" help:"what arch"` KeepFiles bool `arg:"--keep-files" help:"keep the build files/"` Release bool `arg:"--release" help:"build version from the @latest git tag"` Force bool `arg:"--force" default:"false" help:"force overwrite an existing .deb file"` |
