diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -174,6 +174,10 @@ func main() { // open the gui unless the user performed some other // basically, if you run just 'forge' it should open the GUI + + // if opening the GUI, always check git for dirty repos + findAll() // select all the repos + doCheckDirtyAndConfigSave() doGui() okExit("") } |
