We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--handlebars-setup file.js is interpreted as boolean and therefore the JS-file is not found (an error is thrown). https://github.com/CookPete/auto-changelog/blob/4ff20fd9c83b61017c348130fabb9e067d0667fe/src/template.js#L78
--handlebars-setup file.js
The right definition in: https://github.com/CookPete/auto-changelog/blob/4ff20fd9c83b61017c348130fabb9e067d0667fe/src/run.js#L46
should be something like: .option('--handlebars-setup <file>', 'handlebars setup file') see description https://github.com/tj/commander.js#common-option-types-boolean-and-value
.option('--handlebars-setup <file>', 'handlebars setup file')
thanks, great work
The text was updated successfully, but these errors were encountered:
Fixed in #110
Sorry, something went wrong.
No branches or pull requests
--handlebars-setup file.js
is interpreted as boolean and therefore the JS-file is not found (an error is thrown).https://github.com/CookPete/auto-changelog/blob/4ff20fd9c83b61017c348130fabb9e067d0667fe/src/template.js#L78
The right definition in:
https://github.com/CookPete/auto-changelog/blob/4ff20fd9c83b61017c348130fabb9e067d0667fe/src/run.js#L46
should be something like:
.option('--handlebars-setup <file>', 'handlebars setup file')
see description https://github.com/tj/commander.js#common-option-types-boolean-and-valuethanks, great work
The text was updated successfully, but these errors were encountered: