summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 21:37:55 -0500
committerJeff Carr <[email protected]>2025-09-03 21:37:55 -0500
commit7081a04d5838ba33747208123f3cacfe2b63da0d (patch)
tree48aa2f17526b331ff2901b7ac41c922bdecb5dc3 /argv.go
parentb847d9aa6ca4ee1b60687643cd04c9e6f46ad310 (diff)
stub in routines to find patches
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 2479510..a50a197 100644
--- a/argv.go
+++ b/argv.go
@@ -62,6 +62,7 @@ type CleanDevelCmd struct {
}
type PatchCmd struct {
+ Check *EmptyCmd `arg:"subcommand:check" help:"check the state of the patches"`
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"`