Rohen Giralt

Results 1 issues of Rohen Giralt

This is a very minor issue. I accidentally created a command that has itself as a subcommand, like this: ```java import picocli.CommandLine.Command; @Command(name = "bad", subcommands = BadCommand.class) public class...