AJ Alt
AJ Alt
I decided to go with the short timeout approach. It means you can't type in escape sequences any more, but that seems like a much less common use case than...
We test against [graal 22][1] in CI. Do you know if something changed in 23 that would cause this? What OS are you running this on? [1]: https://github.com/ajalt/mordant/blob/4643f10b0698efcd49a3f5481441d0ce290d6930/.github/workflows/build.yml#L35-L39
As a temporary workaround, you can exclude the three `:mordant-jvm-*` modules through gradle or use `clikt-core`. You'll lose some functionality, but it should compile at least.
@hubvd yes thank you!
Thank you!
I'm not familiar with the vector incubator. Does it change the function signatures of the FFM module?
That's an interesting edge case, and I'm leaning towards implementing both of your solutions: default to `-` and `--` if there are no options, but also allow users to specify...
So the import code is actually rather complicated in order to support different environments and avoid compiler warnings: https://github.com/ajalt/mordant/blob/master/mordant/src/jsMain/kotlin/com/github/ajalt/mordant/internal/JsCompat.kt Do you have any suggestions on how to support that module...
I like that idea; I'd be happy to accept a PR for this if you want to make one.
You'll have to do `.default(LogLevel.INFO, "info")`. Not ideal, but the `keys` lambda you pass to `enum` isn't stored anywhere, so there's no way to call it with the default value....