diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 19:08:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 19:08:15 -0500 |
| commit | 475e72018e18757026e50c1f80d71b630461b7ec (patch) | |
| tree | 8cbc6bebd3fdebca54bbd9b46ecc5ef59c093a0c /argv.go | |
| parent | aedb5a3bef4eb587e56744837f528836986e9f92 (diff) | |
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
