summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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"`