ajalt / clikt

Multiplatform command line interface parsing for Kotlin
https://ajalt.github.io/clikt/
Apache License 2.0
2.51k stars 121 forks source link

Add limit parameter to counted options #484

Closed ajalt closed 7 months ago

ajalt commented 7 months ago

Fixes #483

This PR adds a limit parameter to counted(), and a clamp parameter that matches the way restrictTo() works.