test-sourcegraph-integration #1

Open
ajet wants to merge 5 commits from test-sourcegraph-integration into main
Showing only changes of commit ca1e90f130 - Show all commits
+1 -1
View File
@@ -886,7 +886,7 @@
(defn -main [& _args] (defn -main [& _args]
(if (git/repo-root) (if (git/repo-root)
(do (do
(println "Starting lazygitclj...") (println (str "String with initial model: " (initial-model)))
(tui/run {:init (initial-model) (tui/run {:init (initial-model)
:update update-model :update update-model
:view view}) :view view})