{"version":3,"sources":["/home/mkabumattar/work/withrawi/rawi/dist/chunk-GPC3VH52.cjs","../src/cli/commands/ask/options/file-type.ts"],"names":["fileTypeOption","chalk"],"mappings":"AAAA;ACAA,4EAAkB,IAGLA,CAAAA,CAAgC,CAC3C,KAAA,CAAO,oBAAA,CACP,WAAA,CAAaC,eAAAA,CAAM,KAAA,CACjB,0FACF,CACF,CAAA,CAAA,cAAA;ADNA","file":"/home/mkabumattar/work/withrawi/rawi/dist/chunk-GPC3VH52.cjs","sourcesContent":[null,"import chalk from 'chalk';\nimport type {CommandOption} from '../types.js';\n\nexport const fileTypeOption: CommandOption = {\n  flags: '--file-type <type>',\n  description: chalk.white(\n    'Override automatic file type detection (pdf, docx, pptx, xlsx, odt, odp, ods, txt, etc.)',\n  ),\n};\n"]}