function buildFeaturesArgs()

in app/launch/src/micronaut/creators/ToCli.js [16:21]


function buildFeaturesArgs(features) {
  const entries = Object.keys(features)
  if (entries.length) {
    return `${entries.join(',')}`
  }
}