This project is created to supply the AmiiboAPI with a games_info.json file. This file is used to store which Amiibo can be used in which game and in what way.
Use -h or -help to see the help message.
Use -i {path} or -input {path} to specify the input json location, if this argument isn't specified it will automatically get the latest amiibo.json from github.
Use -o {path} or -output {path} to specify the output json location, defaults to ".\games_info.json".
Use -p {value} or -parallelism {value} to specify the max degree of parallelism.
Use -amiilife-delay-ms {value} to specify the minimum delay between amiibo.life requests, defaults to 1500.
Use -amiilife-attempts {value} to specify the number of amiibo.life retry attempts, defaults to 8.
Use -l {value} or -log {value} to set the logging level, can pick from verbose, info, warn, error or from 0 to 3 respectively.