Reimport with the latest improvements to the script

This commit is contained in:
mtkennerly 2020-07-17 02:04:11 -04:00
parent 55e02552bb
commit 5bedaff845
7 changed files with 9903 additions and 335 deletions

View file

@ -19,6 +19,7 @@ interface Cli {
irregularPathUntagged?: boolean,
tooBroad?: boolean,
tooBroadUntagged?: boolean,
skipUntil?: string,
recent?: number,
limit?: number,
}
@ -80,6 +81,7 @@ async function main() {
tooBroadUntagged: args.tooBroadUntagged ?? false,
irregularPath: args.irregularPath ?? false,
irregularPathUntagged: args.irregularPathUntagged ?? false,
skipUntil: args.skipUntil,
games: args._,
recent: args.recent,
},