gjtorikian / biscotto

UNMAINTAINED. CoffeeScript API documentation tool that uses TomDoc notation.
https://gjtorikian.github.io/biscotto/
MIT License
105 stars 18 forks source link

--listMissing still generates docs #8

Closed kevinsawicki closed 11 years ago

kevinsawicki commented 11 years ago

It seems like --listMissing still causes docs to be generated.

Is there a way to just list the missing docs without generating any actual doc output?

gjtorikian commented 11 years ago

I believe the bug before was for --statsOnly creating docs when it shouldn't have.

I think I'll add an option called --nooutput to simplify this though. --nooutput alone would still give the stats info; --nooutput --listMissing would list the missing docs and the stats. This way I don't end up creating --listMissingOnly, which is weird.

kevinsawicki commented 11 years ago

--nooutput :speaker: :+1: :two: :m: :e-mail: