Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VCSMap = map[string]string{
"GITHUB": "gh",
"GITLAB": "gl",
"BITBUCKET": "bb",
}
Functions ¶
func NewCmdRepoView ¶
Types ¶
type RepoViewOptions ¶
type RepoViewOptions struct { RepoArg string TokenExpired bool SelectedRemote *utils.RemoteData }
func (*RepoViewOptions) Run ¶
func (opts *RepoViewOptions) Run() (err error)
Click to show internal directories.
Click to hide internal directories.