Remko Popma
Remko Popma
Looking at https://cli.github.com/manual/ , I see each command and subcommand has a separate page, and the Table of Contents (TOC) navigation bar on the left brings them all together. The...
Note that https://github.com/remkop/picocli/pull/1340 will improve this a little bit in the upcoming picocli release.
@Vampire Can you show how to reproduce this?
I see. thank you for the clarification. Are you interested in providing a pull request for this?
Understood. Thanks for letting me know!
Sorry, I don't follow... Are you saying that the example in the [Required Subcommands](https://picocli.info/#_required_subcommands) section, that currently looks like this: ```java @Command(name = "git", synopsisSubcommandLabel = "COMMAND", subcommands = {...
@xenoterracide Took another look at this issue again after a long time, thank you for your patience! > It would be nice if any spring boot app could pass regular...
You are invoking the subcommand, but are testing the execution result of the top-level command. Have you tried getting the execution result for the subcommand? `commandLine.getSubcommands().get("sub").getExecutionResult()`
@PakhomovAlexander Did that resolve the issue?
See https://github.com/rzwitserloot/lombok/blob/9198551defb7dd71d872c7b86af0a3f0bf0ec545/src/core/lombok/javac/handlers/HandleSetter.java and https://github.com/rzwitserloot/lombok/blob/9198551defb7dd71d872c7b86af0a3f0bf0ec545/src/core/lombok/eclipse/handlers/HandleSetter.java