{"version":3,"sources":["/home/mkabumattar/work/withrawi/rawi/dist/chunk-I3R72S2D.cjs","../src/cli/commands/ask/options/file.ts"],"names":["fileOption","chalk"],"mappings":"AAAA;ACAA,4EAAkB,IAGLA,CAAAA,CAA4B,CACvC,KAAA,CAAO,mBAAA,CACP,WAAA,CAAaC,eAAAA,CAAM,KAAA,CACjB,+EACF,CACF,CAAA,CAAA,cAAA;ADNA","file":"/home/mkabumattar/work/withrawi/rawi/dist/chunk-I3R72S2D.cjs","sourcesContent":[null,"import chalk from 'chalk';\nimport type {CommandOption} from '../types.js';\n\nexport const fileOption: CommandOption = {\n  flags: '-f, --file <path>',\n  description: chalk.white(\n    'Process content from a file (PDF, DOCX, PPTX, XLSX, ODT, ODP, ODS, TXT, etc.)',\n  ),\n};\n"]}