diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 21:37:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 21:37:55 -0500 |
| commit | 7081a04d5838ba33747208123f3cacfe2b63da0d (patch) | |
| tree | 48aa2f17526b331ff2901b7ac41c922bdecb5dc3 /argv.go | |
| parent | b847d9aa6ca4ee1b60687643cd04c9e6f46ad310 (diff) | |
stub in routines to find patches
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
