Function: cider-start-menu--jack-in-universal

cider-start-menu--jack-in-universal is an interactive and byte-compiled function defined in cider.el.

Signature

(cider-start-menu--jack-in-universal ARG1)

Documentation

Jack in based on the project type, applying the menu's ARGS.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider.el
(transient-define-suffix cider-start-menu--jack-in-universal (args)
  "Jack in based on the project type, applying the menu's ARGS."
  (interactive (list (transient-args 'cider-start-menu)))
  (cider-start-menu--apply-args args #'cider-jack-in-universal))