epsy / clize

CLIze: Turn Python functions into command-line interfaces

Home Page:http://clize.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix parameters.argument_decorator annotation handling

epsy opened this issue · comments

parameters.argument_decorator currently ignores the annotations from the main parameter of the decorator function. This makes it impossible to use value converters for instance.