summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 12:15:48 -0500
committerJeff Carr <[email protected]>2025-10-03 12:15:48 -0500
commit37aeae9b8ff49f42a135a1ff4255835889f2eeba (patch)
treed517229fabacc01c1e2faeb4b89b229632b89723 /argv.go
parent23f5a97c6149249f2b79e737e4f5f1f9315d17d9 (diff)
a few more updates to repomap
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 67132c5..94e4a26 100644
--- a/argv.go
+++ b/argv.go
@@ -51,6 +51,7 @@ type DebianCmd struct {
type CloneCmd struct {
Check *EmptyCmd `arg:"subcommand:check" help:"check urls against the repomap"`
+ Fix *EmptyCmd `arg:"subcommand:fix" help:"fix urls from the repomap"`
Repomap *EmptyCmd `arg:"subcommand:repomap" help:"make updated repomap"`
DryRun bool `arg:"--dry-run" help:"show what has not yet come to pass"`
Verbose bool `arg:"--verbose" help:"be loud about it"`