Skip to content

Commit

Permalink
Add help parameter to the parent commands
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrkob committed Feb 2, 2024
1 parent 1cc0cd1 commit a5005fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.wildfly.prospero.extras.ReturnCodes;
import picocli.CommandLine;

public abstract class AbstractParentCommand implements Command {
public abstract class AbstractParentCommand extends CommandWithHelp implements Command {

private final String name;
@CommandLine.Spec
Expand Down

0 comments on commit a5005fd

Please sign in to comment.