Added shell parameters to MAL jobs

This commit is contained in:
2018-04-12 19:05:05 +02:00
parent 87b11eb50d
commit c60c171a2f
4 changed files with 84 additions and 2 deletions

View File

@ -19,6 +19,11 @@ func main() {
defer color.Green("Finished.")
defer arn.Node.Close()
// Invoke via parameters
if InvokeShellArgs() {
return
}
// Sync the most important ones first
allAnime := arn.AllAnime()
arn.SortAnimeByQuality(allAnime)