diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 12:15:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 12:15:48 -0500 |
| commit | 37aeae9b8ff49f42a135a1ff4255835889f2eeba (patch) | |
| tree | d517229fabacc01c1e2faeb4b89b229632b89723 /argv.go | |
| parent | 23f5a97c6149249f2b79e737e4f5f1f9315d17d9 (diff) | |
a few more updates to repomap
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
