MCPcopy Index your code
hub / github.com/commitizen/cz-cli / getInstallOptions

Function getInstallOptions

src/commitizen/adapter.js:59–61  ·  view source on GitHub ↗
(stringMappings)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected