summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-28 21:56:43 -0600
committerJeff Carr <[email protected]>2025-01-29 12:18:16 -0600
commitbbf5f79acb6d17239a492effb4e2cdb15ef20579 (patch)
tree76eaaa12e26bf063892d572e9d3d2f57cd45607e /argv.go
parent438a8812f6cbd83556ad2d146068e8eca37ca2f4 (diff)
simple shortcut
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 72e49ff..b85a476 100644
--- a/argv.go
+++ b/argv.go
@@ -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 {