summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/argv.go b/argv.go
index 20cc4f9..876321d 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`
}