function print (feature) {
  cli.styledHeader(feature.name)
  cli.styledObject({
    Description: feature.description,
    Enabled: feature.enabled ? cli.color.green(feature.enabled) : cli.color.red(feature.enabled),