Could not convert 'https://localhost:8080' to Integer for positional parameter at index 6 (<height>): java.lang.NumberFormatException: For input string: "https://localhost:8080" 使用picocli版本2.3.0
:11160) at picocli.codegen.docgen.manpage.ManPageGenerator.traceAllSpecsat picocli.codegen.docgen.manpage.ManPageGenerator$App.call(ManPageGenerator.java:215)
at picocli.codegen
我正在使用Picocli和Groovy来创建一个CLI工具,我遵循了下面的示例:https://picocli.info/picocli-2.0-groovy-scripts-on-steroids.htmljava -jar picapp names bob johnhi bob
hi john 我猜我正在尝试以this格式实现该功能:https://github.com/remkop/picocli/blob/
picocli.CommandLine$Model$CommandSpec.mixinStandardHelpOptions(CommandLine.java:7220) at picocli.CommandLine.<init>(CommandLine.java:227)
at picocli.CommandLine.<init&