diff options
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"` |
