sander76 / clipstick

create cli applications using pydantic models
https://sander76.github.io/clipstick/
MIT License
27 stars 3 forks source link

incorrect type provided will not raise correct error #29

Closed sander76 closed 10 months ago

sander76 commented 10 months ago

Look at the examples/name.py file and run it with python examples/name.py --age too-old.

This should raise some kind of conversion error ("too-old" cannot be converted to an int). But is not.

sander76 commented 10 months ago

fixed.