Skip to content

Commit

Permalink
service: system helper function in repl help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Apr 8, 2024
1 parent a1259d2 commit 1714275
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/practicalli/service/dev/user_donut.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down

0 comments on commit 1714275

Please sign in to comment.