Function: forge-topic-toggle-draft
forge-topic-toggle-draft is an interactive function defined in
forge-topic.el.
Signature
(forge-topic-toggle-draft VALUE)
Documentation
Toggle whether the current pull-request is a draft.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-topic-toggle-draft (draft)
"Toggle whether the current pull-request is a draft."
:class 'forge--topic-set-slot-command :slot 'draft-p
:inapt-if-not #'forge-current-pullreq
:description (##forge--format-boolean 'draft-p "draft"))