From 7081a04d5838ba33747208123f3cacfe2b63da0d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 21:37:55 -0500 Subject: stub in routines to find patches --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') 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"` -- cgit v1.2.3