summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 18:05:11 -0500
committerJeff Carr <[email protected]>2025-10-07 18:05:11 -0500
commit38114955f9d96be7a8584183176fb2c7d41ff130 (patch)
tree476b31ce0527edf2f3cfe95ffc928d1d38dd8a69 /argv.go
parent8a207ef6722d9baac437a436c35f66eea61881f3 (diff)
go generate
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index c5594b7..2979185 100644
--- a/argv.go
+++ b/argv.go
@@ -87,9 +87,9 @@ type CommitCmd struct {
type DevCmd struct {
Config *ConfigCmd `arg:"subcommand:config" help:"show your .config/forge/ settings"`
- Generate *EmptyCmd `arg:"subcommand:generate" help:"run go generate"`
Build *EmptyCmd `arg:"subcommand:build" help:"build this repo"`
Install *EmptyCmd `arg:"subcommand:install" help:"build & install this repo"`
+ Generate string `arg:"--generate" help:"run go generate"`
DeleteUser bool `arg:"--delete-user" help:"delete all user branches (checks for safety)"`
BuildForge bool `arg:"--forge-rebuild" help:"download all the forge sources and rebuild forge"`
URL string `arg:"--connect" help:"forge url"`