Replies: 1 comment 3 replies
-
I have seen this twitt from @maxandersen :
Why is quarkus needed? Can't I have a jbang script that is using picocli only? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After having written a couple of jbang scripts, I start to feel the need to model and parse cli inputs correctly (something better than working with the
String[]
argument directly. With named parameters and validation of mandatory parameters)What is the recommended way for doing this correctly?
Integrate the picocli library? Is there an example somewhere?
Beta Was this translation helpful? Give feedback.
All reactions