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 b4e1e6c commit 958c0c1Copy full SHA for 958c0c1
src/cider/nrepl.clj
@@ -389,9 +389,7 @@
389
:returns {"resource-path" "The file path to a resource."}}
390
"resources-list"
391
{:doc "Obtain a list of all resources on the classpath."
392
- :returns {"resources-list" "The list of resources."}
393
- :optional {"context" "Completion context for compliment."
394
- "prefix" "Prefix to filter out resources."}}}})
+ :returns {"resources-list" "The list of resources."}}}})
395
396
(def-wrapper wrap-spec cider.nrepl.middleware.spec/handle-spec
397
(cljs/requires-piggieback
0 commit comments