Function: transient-switches-p
transient-switches-p is a byte-compiled function defined in
transient.el.
Signature
(transient-switches-p OBJ)
Documentation
Return non-nil if OBJ is an object of 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.")