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