diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -159,6 +159,11 @@ func main() { log.Info(i, line) } } + if argv.Patch.Show != nil { + findReposWithPatches() + me.forge.PrintHumanTable(me.found) + + } okExit("patch list") } |
