summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 01:51:22 -0500
committerJeff Carr <[email protected]>2025-10-07 01:51:22 -0500
commit957f860213c582970d458544cb6b3956da468cd7 (patch)
treeda86d7d2f6ec0bdbd11b29a60ca8ed8b87bca70f /argv.go
parent217499af46a060341d7e91ee208182531a796a94 (diff)
these no longer work
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 1aeffbf..eb986a8 100644
--- a/argv.go
+++ b/argv.go
@@ -114,7 +114,6 @@ type PatchCmd struct {
Get *EmptyCmd `arg:"subcommand:get" help:"get the new patchsets"`
Show *EmptyCmd `arg:"subcommand:show" help:"your pending commits to your code"`
Submit *SubmitCmd `arg:"subcommand:submit" help:"submit your commits"`
- Repos *SubmitCmd `arg:"subcommand:repos" help:"show repos with patches"`
}
type SubmitCmd struct {