Skip to content

Commit 9c86002

Browse files
committed
Update the set of nREPL's built-in ops
1 parent 697754c commit 9c86002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maint/cider/nrepl/impl/docs.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040

4141
(def built-in-ops
4242
"A list of nREPL built-in ops."
43-
#{:clone :close :describe :eval :interrupt :load-file :ls-sessions :stdin})
43+
#{:clone :close :completions :describe :eval :interrupt :load-file
44+
:ls-sessions :stdin :sideloader-start :sideloader-provide})
4445

4546
(defn relevant-ops
4647
"Filter out the nREPL built-in ops."

0 commit comments

Comments
 (0)