summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 18:24:54 -0500
committerJeff Carr <[email protected]>2025-10-04 18:24:54 -0500
commit11ee0bb0d2e3b3eb5169de880c4eaeb6f36987c9 (patch)
treed7b8f66fe41f85a2d4e27b923fd6d7d1a7fe9a27 /argv.go
parent88cf5058f1162249b9d95b6c36628b20960550ba (diff)
more debuggingv0.1.8
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index ea696c4..f4e3d3d 100644
--- a/argv.go
+++ b/argv.go
@@ -62,8 +62,10 @@ type CloneCmd struct {
}
type UpgradeCmd struct {
- DryRun bool `arg:"--dry-run" help:"don't really do anything"`
- Force bool `arg:"--force" help:"force un-install and re-install each package"`
+ 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"`
}
type DefaultCmd struct {