#!/usr/bin/env node /** * Chaosbringer CLI * * Usage: * pnpm tsx src/cli.ts [options] * chaosbringer [options] (when installed globally) * * Options: * --url Base URL to crawl (required) * --max-pages Max pages to visit (default: 50) * --max-actions Max random actions per page (default: 5) * --timeout Page load timeout (default: 30000) * --headless Run headless (default: true) * --no-headless Show browser window * --screenshots Take screenshots * --screenshot-dir Screenshot directory (default: ./screenshots) * --output Output report path (default: chaos-report.json) * --exclude Exclude URL patterns (can be repeated) * --compact Compact output format * --strict Exit with error on console errors * --quiet Minimal output * --help Show this help */ export {}; //# sourceMappingURL=cli.d.ts.map