Update src/lazygitclj/core.clj
SCIP Index / index (push) Successful in 2m41s

This commit is contained in:
2026-02-04 06:14:22 -10:00
parent a7773b77d1
commit 65f7d184bc
+3 -1
View File
@@ -58,7 +58,7 @@
s)) s))
(defn get-current-diff (defn get-current-diff
"Get the diff for the currently selected item based on panel and cursor." "Change doc string for test"
[model] [model]
(let [panel (:panel model) (let [panel (:panel model)
items (current-items model) items (current-items model)
@@ -886,6 +886,8 @@
;; === Main === ;; === Main ===
(def temp2 get-current-diff)
(defn -main [& _args] (defn -main [& _args]
(if (git/repo-root) (if (git/repo-root)
(do (do