diff options
| author | Jeff Carr <[email protected]> | 2025-11-01 12:15:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-01 12:15:23 -0500 |
| commit | 8c1eea72a59ea1d75b6e781f4bc87e328f6336a7 (patch) | |
| tree | 9a0b6396fc48859bc87d97b3d78d34537d5561c6 /argv.go | |
| parent | e1a3c160a5b13ff874df75938cbe62e81bef1ec2 (diff) | |
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -99,12 +99,13 @@ type CommitCmd struct { } type DevCmd struct { - Build *EmptyCmd `arg:"subcommand:build" help:"build this repo"` - Install *EmptyCmd `arg:"subcommand:install" help:"build & install this repo"` - Fixer *FixCmd `arg:"subcommand:fixer" help:"send in the fixer"` - URL string `arg:"--connect" help:"forge url"` - Stats *StatsCmd `arg:"subcommand:stats" help:"generate origin.pb"` - Namespace *EmptyCmd `arg:"subcommand:namespace" help:"check the namespaces"` + Build *EmptyCmd `arg:"subcommand:build" help:"build this repo"` + Install *EmptyCmd `arg:"subcommand:install" help:"build & install this repo"` + GoWork *EmptyCmd `arg:"subcommand:gowork" help:"make a go.work"` + Fixer *FixCmd `arg:"subcommand:fixer" help:"send in the fixer"` + URL string `arg:"--connect" help:"forge url"` + Stats *StatsCmd `arg:"subcommand:stats" help:"generate origin.pb"` + Namespace *EmptyCmd `arg:"subcommand:namespace" help:"check the namespaces"` } type GenerateCmd struct { |
