Variable: cider-ps-running-lein-nrepls-command
cider-ps-running-lein-nrepls-command is a variable defined in
cider.el.
Value
"ps u | grep leiningen"
Documentation
Process snapshot command used in cider-locate-running-nrepl-ports.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider.el
(defvar cider-ps-running-lein-nrepls-command "ps u | grep leiningen"
"Process snapshot command used in `cider-locate-running-nrepl-ports'.")