Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ArgHelp = `
[urls]
all flagless arguments will be used as download urls.`
ArgHelp is the suffix text that will be displayed after the argument list in the module help
View Source
var Args = flag.NewFlagSet("download", flag.ExitOnError)
Args is a flagset that needs to be exported so that it can be written to the main program help
View Source
var Usage = `` /* 480-byte string literal not displayed */
Usage text that will be displayed as command line help text when using the `help download` command
Functions ¶
func Download ¶
Download function downloads the files included in the urls_list.txt file. The argument can be a local file or a url to an S3 folder
func GetURLsFile ¶
GetURLsFile reads the urls_list.txt file and returns the urls of the files in a list
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.