Function: transient-switches
transient-switches is a byte-compiled function defined in
transient.el.
Signature
(transient-switches &rest SLOTS)
Documentation
Create a new object of class type transient-switches(var)/transient-switches(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defclass transient-switches (transient-argument)
((argument-format :initarg :argument-format)
(argument-regexp :initarg :argument-regexp))
"Class used for sets of mutually exclusive command-line switches.")