Yann Kaiser

Results 20 issues of Yann Kaiser

``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.

Technically this is a regression from Clize 2.4, although it never had translations back then. This request proposes strings in Clize be actually marked, and a French translation to be...

Usefulness and API to be determined. Clize currently supports sharing behavior and parameters through decorators. They offer flexibility in that they can be used arbitrarily, at the cost of limiting...

Given that Clize now supports most decorators and docstring formats, the time seems right to introduce this idea again: $ python -m clize some_module.some_function arguments for --that function would be...

good first issue

This should most likely be handled transparently, since previous versions of Python already had positional-only parameters, just no syntax for it https://docs.python.org/3.8/whatsnew/3.8.html#positional-only-parameters

Ensure that the docstring is the decorated function's, not any decorator's. Optionally add links for parameters retrieved from other functions.

enhancement