Versions in this module Expand all Collapse all v0 v0.7.0 Jul 9, 2026 Changes in this version + func NewCmdResolve(f *cmdutil.Factory, runF func(*ResolveOptions) error) *cobra.Command + func NewCmdUnresolve(f *cmdutil.Factory, runF func(*ResolveOptions) error) *cobra.Command + type ResolveOptions struct + BaseRepo func() (string, error) + DiscussionID string + HttpClient func() (*http.Client, error) + IO *iostreams.IOStreams + Number int + Repository string + Resolved bool