Does anyone have recommendations to build a fast (...
# announcements
p
Does anyone have recommendations to build a fast (graal native?) cli app with Kotlin? I'm looking for something to prompt the user with options (a select field) and don't want to use --parameters. Thanks! I thought about spinning up a quarkus command app and add some kind of cli framework to it (picocli, clikt) but it seems that those two frameworks work with supplied parameters and not with prompts.
https://github.com/kotlin-inquirer/kotlin-inquirer Seems to be the thing I'm looking for, but I'm still open for suggestions!
2
y
Hey @Philipp Mayer, I’m the author of kotlin-inquirer Thanks for trying it out please check out the latest version I would love to hear some feedbacks thanks 🙂 🙏 (I finally have some time to get back to it… 😉 )
🤘 1