binarylane / binarylane-cli

Command-line interface to BinaryLane API
MIT License
15 stars 3 forks source link

fix: incorrect parsing of object list when a list primitive immediately preceeds keyword #38

Closed nats closed 1 year ago

nats commented 1 year ago

This PR resolves following:

If a ListAttribute contained a PrimitiveAttribute of type List[str] , and the user-supplied command line had the List[str] option immediately before the ListAttribute's keyword, the keyword would be added to the List[str] and typically result in some form of parsing error.