From 1714275503610513be5179adabf4b364ba968d1a Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Tue, 9 Apr 2024 00:16:14 +0100 Subject: [PATCH] service: system helper function in repl help menu --- resources/practicalli/service/dev/user_donut.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/practicalli/service/dev/user_donut.clj b/resources/practicalli/service/dev/user_donut.clj index 11caa37..3cd00af 100644 --- a/resources/practicalli/service/dev/user_donut.clj +++ b/resources/practicalli/service/dev/user_donut.clj @@ -38,8 +38,7 @@ (println "(start) ; starts all components in system config") (println "(restart) ; read system config, reloads changed namespaces & restarts system") (println "(stop) ; shutdown all components in the system") - ;; (println "(system) ; show configuration of the running system") - ;; (println "(config) ; show system configuration") + (println "(system) ; show configuration of the running system") (println) (println "Hotload libraries: ; Clojure 1.12.x") (println "(add-lib 'library-name)")