diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 { |
