diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 18:21:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 18:21:02 -0500 |
| commit | 748343faca66d19ed728d940613d60483c84ed45 (patch) | |
| tree | 0db132966653f9e4867c5f2503ab97ce632cc207 /argv.go | |
| parent | b16fc5ec1132f03d67b15765695407d4a8578d8d (diff) | |
OMG. I already wrote the code I needed today. boo.
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"` } |
