Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdClone ¶
func NewCmdClone(f *cmdutils.Factory, runE func(*CloneOptions, *ContextOpts) error) *cobra.Command
Types ¶
type CloneOptions ¶
type CloneOptions struct {
GroupName string
IncludeSubgroups bool
PreserveNamespace bool
WithMREnabled bool
WithIssuesEnabled bool
Archived bool
ArchivedSet bool
Visibility string
Owned bool
GitFlags []string
Dir string
Host string
Protocol string
Page int
PerPage int
Paginate bool
IO *iostreams.IOStreams
APIClient *api.Client
Config func() (config.Config, error)
CurrentUser *gitlab.User
}
type ContextOpts ¶
type ContextOpts struct {
Project *gitlab.Project
Repo string
}
Click to show internal directories.
Click to hide internal directories.