Tako Schotanus

Results 375 comments of Tako Schotanus

@remkop that gives me: ``` Exception in thread "main" picocli.CommandLine$DuplicateOptionAnnotationsException: Option name '--verbose' is used by both method void dev.jbang.cli.VerboseQuietMixin$Exclusive.setVerbose(boolean) and method void dev.jbang.cli.VerboseQuietMixin$Exclusive.setVerbose(boolean) at picocli.CommandLine$DuplicateOptionAnnotationsException.create(CommandLine.java:17132) at picocli.CommandLine$DuplicateOptionAnnotationsException.access$2300(CommandLine.java:17126) at picocli.CommandLine$Model$CommandSpec.addOption(CommandLine.java:6179)...

Belay that, I had forgotten to remove the INHERIT options!

Ok, so no errors , but it also doesn't work, It works if you type: ``` java -jar picotest.jar maincmd --verbose --quiet subcmd ``` But not if you type ```...

> Thanks for raising this interesting use case *mumbles* "Darn users!" 😉

Isn't there a way it could be done on the server itself?

I opened https://github.com/LaserWeb/lw.comm-server/issues/62 and updated the description of this issue somewhat.

Perhaps in the case of enclosing class names and/or types one could abbreviate multi-word names to just the capitals. Or leave the first word intact and the rest only capitals....

> .not following how this would work when its compiled to native ? It would just not work when compiled to native. It's something that would only work when run...

> We could make it part of jbang app install though so the launch script gets it baked in. True, I thought of that as well, but then you could...