Questions tagged [clikt]

1 questions
0
votes
1 answer

How can I parse CLI options using Clikt in a Compose Desktop app without executing the run function?

I'd like to use Clikt to parse database search arguments from a TextField in a Compose Desktop app, but in the documentation all the examples seem to include the run function like this: class Filter : CliktCommand() { val firstName: String?…
t3chb0t
  • 16,340
  • 13
  • 78
  • 118