{
  "version": 3,
  "sources": ["../../../../src/packages/plugin-commands-config/configGet.ts"],
  "sourcesContent": ["import type { ConfigCommandOptions } from './ConfigCommandOptions.ts';\n\nexport function configGet(opts: ConfigCommandOptions, key: string): string {\n  const config = opts.rawConfig[key];\n  return Array.isArray(config) ? config.join(',') : String(config);\n}\n"],
  "mappings": "AAEO,SAAS,UAAU,MAA4B,KAAqB;AACzE,QAAM,SAAS,KAAK,UAAU,GAAG;AACjC,SAAO,MAAM,QAAQ,MAAM,IAAI,OAAO,KAAK,GAAG,IAAI,OAAO,MAAM;AACjE;",
  "names": []
}
