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
def cmd(param):
"""
Executes the cmd.
param: very important parameter
"""
Internally, we still need to use Python 2, so I would love to have this kind of help-text generation in order to reduce usage of the @arg decorator. Btw. it's a great package.
Would you find it reasonable to include something like https://www.chromium.org/chromium-os/python-style-guidelines#TOC-Describing-arguments-in-docstrings into argh?
Internally, we still need to use Python 2, so I would love to have this kind of help-text generation in order to reduce usage of the
@argdecorator. Btw. it's a great package.