-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
To better fit any project's requirements, any variable that is passed using keys should support
- assignable using only a short-form key
- assignable using only a long-form key
- assignable using both
- assignable using non-matching long or short form key
Example cases:
c.add_variable(name=age, type=int, shortform='-b', longform=None)
Accepts:
-b value-b=value
c.add_variable(name=path, type=str, shortform='p', longform='pathTo')
Accepts:
-p valueor-p=value--pathTo valueor--pathTo=value
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request