summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/argv.go b/argv.go
index 93ee966..b0d3799 100644
--- a/argv.go
+++ b/argv.go
@@ -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 {