Textualize / trogon

Easily turn your Click CLI into a powerful terminal application
MIT License
2.46k stars 56 forks source link

feat: Add text input validators for numerical parameter types #59

Open liancheng opened 1 year ago

liancheng commented 1 year ago

This PR adds Input validators for click.INT, click.FLOAT, click.IntRange, and click.FloatRange. Validation errors are not shown anywhere at the moment.