alex-rudakov / sphinx-argparse

Sphinx extension that automatically document argparse commands and options
MIT License
49 stars 40 forks source link

Support for aliasing arguments #22

Closed ideasman42 closed 9 years ago

ideasman42 commented 9 years ago

Without this, the same argument would have its full documentation written for each alias.

This solves ticket #21

Now the command shows:

command (alias1, alias2)

Instead of of each alias having its own duplicated docs.

alex-rudakov commented 9 years ago

Fix is included to 0.1.14 version