{"version":3,"sources":["/home/mkabumattar/work/withrawi/rawi/dist/chunk-SKOV2A3C.cjs","../src/cli/commands/ask/options/filter-types.ts"],"names":["filterTypesOption","chalk"],"mappings":"AAAA;ACAA,4EAAkB,IAGLA,CAAAA,CAAmC,CAC9C,KAAA,CAAO,wBAAA,CACP,WAAA,CAAaC,eAAAA,CAAM,KAAA,CACjB,oFACF,CACF,CAAA,CAAA,cAAA;ADNA","file":"/home/mkabumattar/work/withrawi/rawi/dist/chunk-SKOV2A3C.cjs","sourcesContent":[null,"import chalk from 'chalk';\nimport type {CommandOption} from '../types.js';\n\nexport const filterTypesOption: CommandOption = {\n  flags: '--filter-types <types>',\n  description: chalk.white(\n    'Comma-separated list of information types to filter (e.g., email,phone,creditcard)',\n  ),\n};\n"]}