Skip to content

Commit

Permalink
[#1774] test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Aug 21, 2022
1 parent a7492a5 commit 6adfb87
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/test/java/picocli/Issue1774.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ public CommandLine getTestCommandLine(ParentTestCommand parentCommand, TestComma
static class ParentTestCommand {
}

@Command(name = "parentTestCommand", mixinStandardHelpOptions = true, scope = INHERIT,
subcommands = TestCommand.class)
static class ParentTestCommand2 {
}

@Command(name = "test")
class TestCommand {
static class TestCommand {
@Command(name = "subcommand")
void start(@Option(names = "-r", arity = "0") boolean optionR,
@Option(names = "-s", arity = "0") boolean optionS,
Expand Down

0 comments on commit 6adfb87

Please sign in to comment.