diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -47,16 +47,9 @@ type CleanCmd struct { GitReset *EmptyCmd `arg:"subcommand:git-reset" help:"git reset --hard"` Pub *EmptyCmd `arg:"subcommand:pub" help:"clean target version numbers"` User *EmptyCmd `arg:"subcommand:user" help:"clean the user branches"` - Verify *VerifyCmd `arg:"subcommand:verify" help:"verify branches"` Repo string `arg:"--repo" help:"which repo to look at"` } -type VerifyCmd struct { - User *FindCmd `arg:"subcommand:user" help:"verify the user branches"` - Devel *FindCmd `arg:"subcommand:devel" help:"verify the devel branches"` - Master *FindCmd `arg:"subcommand:master" help:"verify the master branches"` -} - type CleanDevelCmd struct { Force bool `arg:"--force" help:"try to strong arm things"` } |
