We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently using the --ig flag does not work:
--ig
diff2html --ig package-lock.json
results in:
TypeError: ignore.map is not a function
diff2html-cli/src/cli.ts
Line 17 in 1c9b955
I've not looked into it, just reporting 😅
The text was updated successfully, but these errors were encountered:
🎉 Looked into it, it's just a matter of updating the yargs type 😉
yargs
type: 'array',
instead of nargs: 1, this line: https://github.com/rtfpessoa/diff2html-cli/blob/master/src/yargs.ts#L177
nargs: 1,
Sorry, something went wrong.
Released as version 5.1.1
5.1.1
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Currently using the
--ig
flag does not work:results in:
diff2html-cli/src/cli.ts
Line 17 in 1c9b955
I've not looked into it, just reporting 😅
The text was updated successfully, but these errors were encountered: