This commit is contained in:
@@ -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})
|
||||||
|
|||||||
Reference in New Issue
Block a user