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

Options and arguments broken in 4.2.1 #464

Closed cguess closed 10 months ago

cguess commented 11 months ago

I have a new app that I'm using Clickt on, it seems as if this issue is back in 4.2.1? https://github.com/ajalt/clikt/issues/381

I've followed the QuickStart and examined the documentation as closely as possible but I can't figure out what could possible be the problem.

Thanks for the great project!

ajalt commented 11 months ago

Sorry, I'm not sure what you're asking for. 381 is a feature request that was filled by adding optionalValueLazy. Can you give an example of what you're trying to accomplish?

ajalt commented 10 months ago

closing due to inactivity