List Question
20 TechQA 2024-02-12T20:42:07.857000Exception Handling in a groovy script annotated with @PicocliScript2
53 views
Asked by Asif Kamran Malick
Running picocli from Windows command-line, not presenting subcommand output
54 views
Asked by Gonzo
Circular initialization dependency with picocli, typesafe config and Guice
117 views
Asked by vwegert
How to print picocli usage before every execution
102 views
Asked by Asif Kamran Malick
Attribute 'requiredOptionMarker' should have type 'java.lang.Character'; but found type 'java.lang.String'
100 views
Asked by Asif Kamran Malick
"Missing Required Options" warning message not displayed for missing options
178 views
Asked by Asif Kamran Malick
Packaged a Java Application using Jpackage for ubuntu type deb. But giving error when type command (command not found)
143 views
Asked by Jahadul Rakib
PicoCLI ignoring dollar sign in a given string
36 views
Asked by Panda1667075
Picocli with long running Javalin Thread
92 views
Asked by Thomas
Error: Path entry 'axis.jar' does not map to a real path. Error: Image build request failed with exit status 1
18 views
Asked by Hjaij Houssem
How to get PicoCLI to interpret next item as flag and not string
97 views
Asked by Scott Crooks
PicoCLI "defaultValue" and option values for primitive arrays
357 views
Asked by Jan Nielsen
How can I create a multiple choice prompt in picocli?
92 views
Asked by Kaigo
Does Picocli support tar style argument simplification? E.g. 'tar -tvf file' vs 'tar tvf file'
20 views
Asked by Jeff McClure
Picocli: is it possible to calculate Option default value with help of some other Autowired field?
196 views
Asked by olly2334
How to Pass params without specifying their index with Picocli
69 views
Asked by Zainab Lawal
Successfully built Picocli project with GraaVM native image but can't run it
163 views
Asked by Stephen Swetonic
How do I get picocli to parse `"--item --item foo"` as `[null, "foo"]` `:List<String>`
130 views
Asked by user7610
Picocli: argument type mismatch while processing argument at or before arg[1]; converter: String to double[]
78 views
Asked by Felix Brandstetter
Picocli: How can I decouple @Options attributes from a command class?
102 views
Asked by CodeLancer