summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 2ac11ad..ec60872 100644
--- a/argv.go
+++ b/argv.go
@@ -108,6 +108,7 @@ type CleanDevelCmd struct {
type PatchCmd struct {
Apply bool `arg:"--apply" help:"attempt to apply any new patches"`
+ Show bool `arg:"--show" help:"show the current patches"`
Submit bool `arg:"--resubmit" help:"resubmit your git commits"`
}