Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDownload ¶
Types ¶
type DownloadOptions ¶
type DownloadOptions struct {
HttpClient func() (*http.Client, error)
IO *iostreams.IOStreams
BaseRepo func() (ghrepo.Interface, error)
OverwriteExisting bool
SkipExisting bool
TagName string
FilePatterns []string
Destination string
OutputFile string
// maximum number of simultaneous downloads
Concurrency int
ArchiveType string
}
Click to show internal directories.
Click to hide internal directories.