public interface Command
In addition to implementing this interface, a subcommand must be annotated with CommandSpec
to declare its name and help text, and have a static method configureArguments(ArgumentParser)
that registers the subcommand's arguments and options with the provided argument parser.
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute the command.
|