diff --git a/src/lazygitclj/core.clj b/src/lazygitclj/core.clj index 393a858..1b8f07a 100644 --- a/src/lazygitclj/core.clj +++ b/src/lazygitclj/core.clj @@ -881,6 +881,9 @@ :else background))) +(defn test-view-2 [& args] + [:box "foo"]) + ;; === Main === (defn -main [& _args] @@ -889,7 +892,7 @@ (println (str "String with initial model: " (initial-model))) (tui/run {:init (initial-model) :update update-model - :view view}) + :view test-view-2}) (println "Goodbye!")) (do (println "Error: Not a git repository")