Function: transient-switch
transient-switch is a byte-compiled function defined in transient.el.
Signature
(transient-switch &rest SLOTS)
Documentation
Create a new object of class type transient-switch(var)/transient-switch(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defclass transient-switch (transient-argument) ()
"Class used for command-line argument that can be turned on and off.")