-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking for examples of using picocli from other JVM languages #183
Comments
Kotlinhttps://kotlinlang.org/docs/reference/annotations.html Kotlin does not allow specifying array annotation attribute as a single value, so be aware that you will have to write
ScalaScala does not allow specifying array annotation attribute as a single value, so be aware that you will have to write
GroovyIn Groovy, use
|
I note that Kotlin 1.2 (still in beta) lifts the requirement of https://blog.jetbrains.com/kotlin/2017/06/early-access-program-for-kotlin-1-2-has-been-started/ |
…als in annotations from 1.2; credit to [binkley](https://github.com/binkley).
Closing this ticket for the picocli-2.0 release. |
Picocli is an annotation-based command line parser written in Java that scales down to very small applications, generates customizable usage help with ANSI colors and styles, and features TAB autocompletion(!), nested subcommands (to any depth) and more.
I'm working on the user manual for the upcoming v2.0 release, and I'm looking for examples of how picocli can be used with JVM languages other than Java. (Work in progress is here.)
If you have tips, suggestions or (ideally) code snippets, please add them to this ticket.
The text was updated successfully, but these errors were encountered: