From 501f27c316e053b004765863b51aada48513ba44 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Oct 2025 17:42:55 -0500 Subject: lots of patch cleanups. tool is early stage functional --- argv.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 90e1b3a..e1a1663 100644 --- a/argv.go +++ b/argv.go @@ -107,9 +107,10 @@ type CleanDevelCmd struct { } type PatchCmd struct { - Get *EmptyCmd `arg:"subcommand:get" help:"get the new patchsets"` - Fix bool `arg:"--fix" help:"actually apply your patches"` - Submit bool `arg:"--resubmit" help:"resubmit your git commits"` + Get bool `arg:"--get" help:"get the new patchsets"` + Show bool `arg:"--show" help:"show all the current patches"` + Fix bool `arg:"--fix" help:"attempt to apply any new patches"` + Submit bool `arg:"--resubmit" help:"resubmit your git commits"` } type PullCmd struct { -- cgit v1.2.3