Update src/lazygitclj/core.clj
SCIP Index / index (push) Successful in 7m34s

This commit is contained in:
2026-02-04 05:21:41 -10:00
parent ca1e90f130
commit a7773b77d1
+4 -1
View File
@@ -881,6 +881,9 @@
:else :else
background))) background)))
(defn test-view-2 [& args]
[:box "foo"])
;; === Main === ;; === Main ===
(defn -main [& _args] (defn -main [& _args]
@@ -889,7 +892,7 @@
(println (str "String with initial model: " (initial-model))) (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 test-view-2})
(println "Goodbye!")) (println "Goodbye!"))
(do (do
(println "Error: Not a git repository") (println "Error: Not a git repository")