diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -51,6 +51,13 @@ func doPatch() (string, error) { me.curpatches.Save() } + // just show the table and exit + if argv.Patch.Show { + footer := me.curpatches.PrintTable() + return "all current patches: " + footer, nil + } + + // send them onward again if argv.Patch.Submit { return doPatchSubmit() } |
