diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 04:54:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 04:54:06 -0600 |
| commit | 3d58bc1c327a84f38516bce7da029493cb8beb4a (patch) | |
| tree | 85109bb062fae8b01743ebf36f06cc70bf0539a3 /argv.go | |
| parent | 6eb37f63f2379bfe9e5ee308ed1a359f3f78178c (diff) | |
rm old code
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"` } |
