Searched refs:nonInteractive (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/package-manager/build/ios/ |
| H A D | CocoaPodsPackageManager.d.ts | 17 static gemInstallCLIAsync(nonInteractive?: boolean, spawnOptions?: SpawnOptions): Promise<void>; 20 static installCLIAsync({ nonInteractive, spawnOptions, }: { 21 nonInteractive?: boolean;
|
| H A D | CocoaPodsPackageManager.js | 51 static async gemInstallCLIAsync(nonInteractive = false, spawnOptions = { stdio: 'inherit' }) { argument 58 if (nonInteractive) { 71 static async installCLIAsync({ nonInteractive = false, spawnOptions = { stdio: 'inherit' }, }) { property 78 await CocoaPodsPackageManager.gemInstallCLIAsync(nonInteractive, spawnOptions); 153 nonInteractive: true, property
|
| /expo/packages/@expo/package-manager/src/ios/ |
| H A D | CocoaPodsPackageManager.ts | 55 nonInteractive: boolean = false, 64 if (nonInteractive) { 87 nonInteractive = false, 90 nonInteractive?: boolean; 100 await CocoaPodsPackageManager.gemInstallCLIAsync(nonInteractive, spawnOptions); 197 nonInteractive: true,
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | cocoapods.ts | 89 nonInteractive: true,
|