Skip to content

Commit

Permalink
Print repl-aliases when running kmono repl
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Nov 5, 2024
1 parent cb6a2e0 commit 2bb3449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kmono-cli/src/k16/kmono/cli/commands/repl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
repl-aliases (:repl-aliases config)]
(binding [log/*log-out* System/err]
(log/info (str "Aliases: " (render-aliases (:aliases config))))
(log/info (str "Repl Aliases: " (render-aliases repl-aliases)))
(log/info (str "Package Aliases: " (render-aliases (:package-aliases config)))))

(commands.clojure/run-clojure (assoc opts
Expand Down

0 comments on commit 2bb3449

Please sign in to comment.