Function: forge--repo-list-command-p
forge--repo-list-command-p is a byte-compiled function defined in
forge-repos.el.
Signature
(forge--repo-list-command-p OBJ)
Documentation
Return non-nil if OBJ is an object of type
forge--repo-list-command(var)/forge--repo-list-command(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-repos.el
;;;; List
(defclass forge--repo-list-command (transient-suffix)
((type :initarg :type :initform nil)
(filter :initarg :filter :initform nil)
(global :initarg :global :initform nil)))