diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -94,8 +94,6 @@ func main() { okExit("") } - log.Info("found", me.found.Len(), "repos. found", len(me.foundPaths), "paths from .config/forge") - if argv.Dirty != nil { findAll() // select all the repos doCheckDirtyAndConfigSave() @@ -136,25 +134,25 @@ func main() { if argv.GitReset != nil { findAll() // select all the repos doGitReset() - okExit("patches") + okExit("reset") } if argv.List != nil { argv.List.findRepos() // print out the repos me.forge.PrintHumanTable(me.found) - okExit("patches") + okExit("") } if argv.Patch != nil { if argv.Patch.Show != nil { sendDevelDiff("fixme") // sendMasterDiff() - okExit("patches") + okExit("") } if argv.Patch.List != nil { listPatches() - okExit("patches") + okExit("patch list") } } |
