V2dha / alphadoc

Automatic docstring generator that supports and generates a number of specified and widely used docstring style conventions for documentation in Python.
https://pypi.org/project/alphadoc/
MIT License
6 stars 4 forks source link

connected cli to docstring function #9

Closed V2dha closed 4 years ago

V2dha commented 4 years ago

To test the working run following commands :

cd src python3 main.py comment.py

This would generate docstrings in the comment.py file

python3 main.py --help

This would tell about the cli tool