diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 07:17:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 07:17:13 -0600 |
| commit | d687de6c043b6f3fd67827fd9f12e8af3ece0d68 (patch) | |
| tree | d38baf951ffb06fafcb55d1e93a793bbbabd5622 /argv.go | |
| parent | 84c772dc41eda87ea45531c63ac95cc3cece4237 (diff) | |
fix build with zoopb out of forgev0.0.46
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ var argv args type args struct { TestBuild *EmptyCmd `arg:"subcommand:build" help:"try appropriate 'go build'"` DebBuild *EmptyCmd `arg:"subcommand:debian" help:"build missing .deb packages"` + MacBuild *EmptyCmd `arg:"subcommand:macos" help:"build macos packages"` MakeInstall *EmptyCmd `arg:"subcommand:install" help:"run make install in each repo"` ListPkgs *EmptyCmd `arg:"subcommand:list" help:"list all the packages on mirrors.wit.com"` Clone *EmptyCmd `arg:"subcommand:repomap-clone" help:"go-clone from a gowebd repomap"` |
