Versions in this module Expand all Collapse all v0 v0.12.0 Aug 12, 2026 Changes in this version + func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Command + type BrowseOptions struct + Arg string + BaseRepo func() (string, error) + Branch string + Browser func(string) error + Commit string + Config func() (config.Config, error) + IO *iostreams.IOStreams + NoBrowser bool + PR bool + Repository string