addOptionExportMethod method
void
addOptionExportMethod()
Implementation
void addOptionExportMethod() {
addOption(
'export-method',
help: 'Specify how the IPA will be distributed.',
allowed: ['ad-hoc', 'app-store', 'development', 'enterprise'],
);
}