Skip to content

Commit

Permalink
fix(cli): make the -n or --no-readme option work again
Browse files Browse the repository at this point in the history
the option would always be ignored, i.e. readme files would be generated all the time
  • Loading branch information
trieloff committed Jan 13, 2020
1 parent cb7d012 commit 3c63c03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ async function main(args) {

.alias('n', 'no-readme')
.describe('n', 'Do not generate a README.md file in the output directory')
.default('n', false)

.describe('link-*', 'Add this file as a link the explain the * attribute, e.g. --link-abstract=abstract.md')

Expand Down

0 comments on commit 3c63c03

Please sign in to comment.