ml-tooling / lazydocs

📖 Generate markdown API documentation from Google-style Python docstring. The lazy alternative to Sphinx.
MIT License
197 stars 38 forks source link

--ignored-modules results in"'tuple' object has no attribute 'append'" #32

Closed sstucker closed 2 years ago

sstucker commented 2 years ago

Would like to use the --ignored-modules feature via the CLI but all uses I can think of result in what is presumably an AttributeError: 'tuple' object has no attribute 'append' being raised.

Am trying: lazydocs --overview-file="README.md" --ignored-modules __verison__ <my module>docs lazydocs --overview-file="README.md" --ignored-modules="__verison__" <my module>docs lazydocs --overview-file="README.md" --ignored-modules __verison__ <my module>docs

How should the arguments to --overview-file be formatted?

On Windows 10, Python 3.6.8

sstucker commented 2 years ago

Possible dupe of #27, likewise tiangolo/typer#143 will probably fix

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days