diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ type CleanCmd struct { GitReset *EmptyCmd `arg:"subcommand:git-reset" help:"git reset --hard"` 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 { |
