Versions in this module Expand all Collapse all v0 v0.7.0 Jul 9, 2026 Changes in this version + func NewCmdBranch(f *cmdutil.Factory) *cobra.Command + func NewCmdView(f *cmdutil.Factory, runF func(*ViewOptions) error) *cobra.Command + type ViewOptions struct + BaseRepo func() (string, error) + Branch string + HttpClient func() (*http.Client, error) + IO *iostreams.IOStreams + JSON bool + Repository string