You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find this library extremely useful. Thank you for your great work!
Is your feature request related to a problem? Please describe.
It would be nice to have an option to indicate only docstrings are used for argument explanations. I often have nonformal comments describing TODOs and intentions that should not be visible to the external user. Right now to stop it from showing up in the argument explanation, I need to explicitly add a docstring under it.
Describe the solution you'd like
Add an option in ArgumentParser that prevent comment from being used as argument explanation.
The text was updated successfully, but these errors were encountered:
I find this library extremely useful. Thank you for your great work!
Is your feature request related to a problem? Please describe.
It would be nice to have an option to indicate only docstrings are used for argument explanations. I often have nonformal comments describing TODOs and intentions that should not be visible to the external user. Right now to stop it from showing up in the argument explanation, I need to explicitly add a docstring under it.
Describe the solution you'd like
Add an option in ArgumentParser that prevent comment from being used as argument explanation.
The text was updated successfully, but these errors were encountered: