Searched refs:installCLIAsync (Results 1 – 5 of 5) sorted by relevance
20 static installCLIAsync({ nonInteractive, spawnOptions, }: {36 installCLIAsync(): Promise<boolean>;
71 static async installCLIAsync({ nonInteractive = false, spawnOptions = { stdio: 'inherit' }, }) { method in CocoaPodsPackageManager151 installCLIAsync() { method in CocoaPodsPackageManager152 return CocoaPodsPackageManager.installCLIAsync({
86 static async installCLIAsync({ method in CocoaPodsPackageManager195 public installCLIAsync() {196 return CocoaPodsPackageManager.installCLIAsync({
88 await PackageManager.CocoaPodsPackageManager.installCLIAsync({
203 await packageManager.installCLIAsync();