summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 18:32:01 -0500
committerJeff Carr <[email protected]>2025-09-04 18:32:01 -0500
commit78e883a1066904b89658cd48cba4facb8dd18eac (patch)
treebb96848018e90204cda3f87fa5803843158fca03 /argv.go
parent19ce7eef563c3b72e0bf3947bb130e5e96b0ebbd (diff)
more work on patches
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 7d92c80..2dfbc42 100644
--- a/argv.go
+++ b/argv.go
@@ -66,7 +66,8 @@ type PatchCmd struct {
List *EmptyCmd `arg:"subcommand:list" help:"your downloaded patchsets"`
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"`
+ Submit *SubmitCmd `arg:"subcommand:submit" help:"submit your commits"`
+ Repos *SubmitCmd `arg:"subcommand:repos" help:"show repos with patches"`
}
type SubmitCmd struct {