ShorebirdCommand constructor
ShorebirdCommand()
Creates a new Shorebird command with all subcommands.
Implementation
ShorebirdCommand() {
addSubcommand(ShorebirdReleaseCommand());
addSubcommand(ShorebirdPatchCommand());
}