BstLabs / py-dynacli

DynaCLI is a cloud-friendly Python library for converting pure Python functions into Linux Shell commands.
https://bstlabs.github.io/py-dynacli/
MIT License
98 stars 5 forks source link

[FEATURE] Check the possibility for adding **kwargs: Enum type #74

Closed ShahriyarR closed 2 years ago

ShahriyarR commented 2 years ago

Is your feature request related to a problem? Please describe. We need to figure out if it is possible to have key=[Enum choices] functionality with DynaCLI.

It will ease the usage Enum type as part of **kwargs.

Currently we only support Enum as positional argument and as *args.