{"version":3,"sources":["/home/mkabumattar/work/withrawi/rawi/dist/chunk-O6UQJLQS.cjs","../src/cli/commands/ask/options/max-concurrency.ts"],"names":["maxConcurrencyOption","chalk"],"mappings":"AAAA;ACAA,4EAAkB,IAGLA,CAAAA,CAAsC,CACjD,KAAA,CAAO,4BAAA,CACP,WAAA,CAAaC,eAAAA,CAAM,KAAA,CACjB,8DACF,CAAA,CACA,YAAA,CAAc,GAChB,CAAA,CAAA,cAAA;ADPA","file":"/home/mkabumattar/work/withrawi/rawi/dist/chunk-O6UQJLQS.cjs","sourcesContent":[null,"import chalk from 'chalk';\nimport type {CommandOption} from '../types.js';\n\nexport const maxConcurrencyOption: CommandOption = {\n  flags: '--max-concurrency <number>',\n  description: chalk.white(\n    'Maximum number of files to process concurrently (default: 5)',\n  ),\n  defaultValue: '5',\n};\n"]}