ignore.map is not a function
whyboris opened this issue ยท 2 comments
whyboris commented
Currently using the --ig
flag does not work:
diff2html --ig package-lock.json
results in:
TypeError: ignore.map is not a function
Line 17 in 1c9b955
I've not looked into it, just reporting ๐
whyboris commented
๐ Looked into it, it's just a matter of updating the yargs
type ๐
type: 'array',
instead of nargs: 1,
this line:
https://github.com/rtfpessoa/diff2html-cli/blob/master/src/yargs.ts#L177
rtfpessoa commented
Released as version 5.1.1