cli args improvements
This commit is contained in:
@@ -61,7 +61,7 @@ func Rename(files []string, config Config) {
|
||||
}
|
||||
}
|
||||
|
||||
func DownloadGameArt(files []string, config Config) {
|
||||
func DownloadGameArt(files []string, output string, config Config) {
|
||||
for _, file := range files {
|
||||
fmt.Printf("Scanning file: %s\n", file)
|
||||
|
||||
@@ -73,6 +73,6 @@ func DownloadGameArt(files []string, config Config) {
|
||||
|
||||
fmt.Printf("Found game ID: %s\n", gameID)
|
||||
|
||||
downloadArtForGame(gameID, "./ignore")
|
||||
downloadArtForGame(gameID, output)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user