Function: cider-jack-in-command

cider-jack-in-command is a byte-compiled function defined in cider-jack-in.el.

Signature

(cider-jack-in-command PROJECT-TYPE)

Documentation

Determine the command cider-jack-in needs to invoke for the PROJECT-TYPE.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-jack-in.el
(defun cider-jack-in-command (project-type)
  "Determine the command `cider-jack-in' needs to invoke for the PROJECT-TYPE."
  (or (cider--jack-in-tool-command (cider--jack-in-tool project-type))
      (user-error "No command configured for project type `%S'" project-type)))