diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 18:05:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 18:05:11 -0500 |
| commit | 38114955f9d96be7a8584183176fb2c7d41ff130 (patch) | |
| tree | 476b31ce0527edf2f3cfe95ffc928d1d38dd8a69 /argv.go | |
| parent | 8a207ef6722d9baac437a436c35f66eea61881f3 (diff) | |
go generate
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` |
