Versions in this module Expand all Collapse all v0 v0.12.0 Aug 12, 2026 Changes in this version + func NewCmdUpdate(f *cmdutil.Factory, runF func(*UpdateOptions) error) *cobra.Command + type UpdateOptions struct + BaseRepo func() (string, error) + DeleteSrc bool + DeleteSrcSet bool + ForceMerge bool + ForceMergeSet bool + HttpClient func() (*http.Client, error) + IO *iostreams.IOStreams + JSON bool + MergeMethod string + NoSelfMerge bool + PipelineReq bool + PipelineSet bool + Repository string + Reviewers int + ReviewersSet bool + SelfMergeSet bool