FlutterReleaseXPipelineCommand constructor

FlutterReleaseXPipelineCommand()

Implementation

FlutterReleaseXPipelineCommand() {
  addSubcommand(_PipelineListCommand());
  addSubcommand(_PipelineValidateCommand());
  addSubcommand(_PipelineRunCommand());
  addSubcommand(_PipelineHelpCommand());
}