summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 14:21:09 -0500
committerJeff Carr <[email protected]>2025-09-11 14:21:09 -0500
commitb05b706d8b48a51275a8dc0c90cd8fafc74d61d1 (patch)
tree489a39cafeda829ac3a97a26a8c599f07ef0a343 /argv.go
parentfd199a4404f7675935660c6975ac25ba6c84aba1 (diff)
raw gitpb Repo() scan
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index ea8bb4d..5a308c7 100644
--- a/argv.go
+++ b/argv.go
@@ -16,7 +16,6 @@ type args struct {
Show *EmptyCmd `arg:"subcommand:show" help:"show what would be done"`
Gui *EmptyCmd `arg:"subcommand:gui" help:"open the gui"`
Ldflags []string `arg:"--ldflags" help:"flags to pass to go build"`
- Forge string `arg:"--forge" help:"use a git repo from forge"`
OutDir string `arg:"--dir" help:"write .deb file into this directory"`
Release bool `arg:"--release" help:"build a release from the last git tag"`
KeepFiles bool `arg:"--keep-files" help:"keep the build files/"`