<div dir="ltr">Hello Dmitry,<div><br></div><div>As has been reported earlier, rcdb v0.02 crashes at invocation on a standard Centos 6 host.</div><div><br></div><div><div>[jonesrt@gluey rcdb]$ rcdb</div><div>Traceback (most recent call last):</div><div>  File "/home/halld/rcdb/python/rcdb/cmd.py", line 65, in <module></div><div>    @pass_rcdb_context</div><div>  File "/home/halld/rcdb/python/click/decorators.py", line 151, in decorator</div><div>    _param_memo(f, ArgumentClass(param_decls, **attrs))</div><div>  File "/home/halld/rcdb/python/click/core.py", line 1699, in __init__</div><div>    Parameter.__init__(self, param_decls, required=required, **attrs)</div><div>TypeError: __init__() got an unexpected keyword argument 'help'</div></div><div><br></div><div>The error is in one of the decorators, where it gives a help="" argument that is not supported by the Parameter class constructor. It is easy to fix by adding a help=None to the end of the Parameter constructor argument list in core.py. Would you like me to submit a pull request for this, or leave it to you?</div><div><br></div><div>-Richard Jones</div><div><br></div><div><br></div></div>