Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2025 Changes in this version + func NewCmdDiff(f *cmdutil.Factory, runF func(*DiffOptions) error) *cobra.Command + type DiffOptions struct + BaseRepo func() (bbrepo.Interface, error) + Browser browser.Browser + BrowserMode bool + HttpClient func() (*http.Client, error) + IO *iostreams.IOStreams + NameOnly bool + SelectorArg string + UseColor bool