summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argv.struct.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.struct.go b/argv.struct.go
index 633b003..4000267 100644
--- a/argv.struct.go
+++ b/argv.struct.go
@@ -3,7 +3,7 @@ package main
var argv args
type args struct {
- Repo string `arg:"positional" help:"go import path"`
+ Repo string `arg:"--repo" help:"repo namespace"`
AutoWork bool `arg:"--work" default:"false" help:"recreate the go.work file"`
DryRun bool `arg:"--dry-run" help:"show what would be run"`
NonRecursive bool `arg:"--non-recursive" help:"recursively clone all dependencies"`