diff options
| author | Jeff Carr <[email protected]> | 2025-10-11 11:17:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-11 11:17:10 -0500 |
| commit | 63902ff78264507562b6bc31026aead01f3ae331 (patch) | |
| tree | 32bc969646df76227cde96abf8c100b2c587f973 /doPatch.go | |
| parent | c8999c2213d8c18783eb99136ac1dd312a83bdb0 (diff) | |
okay nowv0.25.79
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() } |
