From 748343faca66d19ed728d940613d60483c84ed45 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 18:21:02 -0500 Subject: OMG. I already wrote the code I needed today. boo. --- argv.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/argv.go b/argv.go index 3f92e1d..f01b688 100644 --- a/argv.go +++ b/argv.go @@ -75,9 +75,7 @@ type CloneCmd struct { } type UpgradeCmd struct { - List *EmptyCmd `arg:"subcommand:list" help:"fix urls from the repomap"` All bool `arg:"--all" help:"show all the packages"` - DryRun bool `arg:"--dry-run" help:"don't really do anything"` Force bool `arg:"--force" help:"force un-install and re-install each package"` } -- cgit v1.2.3