ShorebirdCommand constructor

ShorebirdCommand()

Implementation

ShorebirdCommand() {
  addSubcommand(ShorebirdReleaseCommand());
  addSubcommand(ShorebirdPatchCommand());
}