Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clear ¶
type Clear struct {
Full bool `name:"full" short:"f" help:"Remove all files including cloned projects."`
}
func (*Clear) Run ¶
func (c *Clear) Run(options *SharedOptions) error
type Clone ¶
type Clone struct {
Language string `help:"Programming language to filter projects on" short:"l"`
GitlabToken string `help:"Gitlab access token" short:"t"`
GitlabURL string `help:"Gitlab URL" default:"https://gitlab.com/api/v4" short:"u"`
NumWorkers int `help:"Number of workers" default:"5" short:"w"`
ExcludeProjects []string `help:"Exclude projects" short:"x"`
}
func (*Clone) Run ¶
func (s *Clone) Run(options *SharedOptions) error
type SharedOptions ¶
type SharedOptions struct {
}
func (SharedOptions) GitlabCacheFile ¶
func (s SharedOptions) GitlabCacheFile() string
func (SharedOptions) ProjectsDir ¶
func (s SharedOptions) ProjectsDir() string
Click to show internal directories.
Click to hide internal directories.