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)")