Home
last modified time | relevance | path

Searched refs:nonInteractive (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/package-manager/build/ios/
H A DCocoaPodsPackageManager.d.ts17 static gemInstallCLIAsync(nonInteractive?: boolean, spawnOptions?: SpawnOptions): Promise<void>;
20 static installCLIAsync({ nonInteractive, spawnOptions, }: {
21 nonInteractive?: boolean;
H A DCocoaPodsPackageManager.js51 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 DCocoaPodsPackageManager.ts55 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 Dcocoapods.ts89 nonInteractive: true,