From 475e72018e18757026e50c1f80d71b630461b7ec Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Sep 2025 19:08:15 -0500 Subject: fixes for wierd package names --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index ef20d8e..d951886 100644 --- a/argv.go +++ b/argv.go @@ -15,6 +15,7 @@ type args struct { Commit *EmptyCmd `arg:"subcommand:commit" help:"'git commit' but errors out if on wrong branch"` Show *EmptyCmd `arg:"subcommand:show" help:"show what would be done"` Gui *EmptyCmd `arg:"subcommand:gui" help:"open the gui"` + Dump *EmptyCmd `arg:"subcommand:dump" help:"dump out the future control file"` Ldflags []string `arg:"--ldflags" help:"flags to pass to go build"` OutDir string `arg:"--dir" help:"write .deb file into this directory"` Release bool `arg:"--release" help:"build a release from the last git tag"` -- cgit v1.2.3