Function: transient--do-exit
transient--do-exit is a byte-compiled function defined in
transient.el.
Signature
(transient--do-exit)
Documentation
Call the command after exporting variables and exit the transient.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--do-exit ()
"Call the command after exporting variables and exit the transient."
(transient--export)
(transient--stack-zap)
transient--exit)