We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078e16b commit a1f86b3Copy full SHA for a1f86b3
cider.el
@@ -321,8 +321,7 @@ Sub-match 1 must be the project path.")
321
322
(defun cider-jack-in-resolve-command (project-type)
323
"Determine the resolved file path to `cider-jack-in-command'.
324
-Throws an error if PROJECT-TYPE is unknown. Known types are
325
-\"lein\", \"boot\", and \"gradle\"."
+Throws an error if PROJECT-TYPE is unknown."
326
(pcase project-type
327
("lein" (cider--resolve-command cider-lein-command))
328
("boot" (cider--resolve-command cider-boot-command))
0 commit comments