Variable: cider-ps-running-lein-nrepls-command
cider-ps-running-lein-nrepls-command is a variable defined in
cider-endpoint.el.
Value
"ps ux | grep leiningen"
Documentation
Process snapshot command used in cider-locate-running-nrepl-ports.
The x flag includes processes without a controlling terminal, so REPLs
started by IDEs or services are found too.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-endpoint.el
(defvar cider-ps-running-lein-nrepls-command "ps ux | grep leiningen"
"Process snapshot command used in `cider-locate-running-nrepl-ports'.
The `x' flag includes processes without a controlling terminal, so REPLs
started by IDEs or services are found too.")