summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 10:46:42 -0500
committerJeff Carr <[email protected]>2025-10-14 10:46:42 -0500
commit8326f9b6ed478a9c86ade42953f4ff0b52b6debc (patch)
treecea4ccc5c3ccbe4a5fa698698d297626c3a8fc22 /argv.go
parent5f1228689dd3d572750caaf6366a842c21c49f0c (diff)
try and get some riscv64 builds
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/argv.go b/argv.go
index f36b33c..fbd4b53 100644
--- a/argv.go
+++ b/argv.go
@@ -56,12 +56,13 @@ type LinuxCmd struct {
}
type DebianCmd 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:"force devel .deb builds into /incoming"`
- Priv bool `arg:"--private" help:"build private repos"`
- All bool `arg:"--all" help:"build everything again"`
+ 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:"force devel .deb builds into /incoming"`
+ Priv bool `arg:"--private" help:"build private repos"`
+ All bool `arg:"--all" help:"build everything again"`
+ Arch string `arg:"--arch" help:"what arch"`
}
type CloneCmd struct {