diff options
| author | Jeff Carr <[email protected]> | 2024-12-14 14:09:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-14 14:09:15 -0600 |
| commit | be3841578cb466f02bbc4ea1e13e024b5a77e85d (patch) | |
| tree | 9fa2e4f2e7ac9d2cb37e955ba4717605d73a2fad /main.go | |
| parent | 268e05f1082c081f6afbc42c5f8df83aec7c6848 (diff) | |
list patches and get a patch set worksv0.22.21v0.22.20v0.22.19v0.22.18v0.22.17v0.22.16v0.22.15v0.22.14
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -81,6 +81,11 @@ func main() { okExit("patches") } + if argv.ListPatchSet { + listPatches() + okExit("patches") + } + // do the gui at the very end if argv.DoGui { doGui() |
