From f945380a98f0b52a4b5d1614295700a92fdd5f2b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Oct 2025 07:34:23 -0500 Subject: don't use positional. doesn't work right now --- argv.struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` -- cgit v1.2.3