(stringMappings)
| 57 | * Get additional options for install command |
| 58 | */ |
| 59 | function getInstallOptions(stringMappings) { |
| 60 | return Array.from(stringMappings.values()).filter(Boolean).join(" ") |
| 61 | } |
| 62 | |
| 63 | /* |
| 64 | * Get specific install command for passed package manager |
no outgoing calls
no test coverage detected