#!/usr/bin/env node /** * Command Line Interface for the Site Word Scanner * Provides a CLI tool to scan websites for word occurrences. * * Commands: * - : Website URL to analyze (required) * * Options: * - -f, --format: Output format (json or csv) * - -d, --directory: Output directory for results * - -o, --output: Custom output filename * - -v, --version: Display version * - -h, --help: Display help */ export {}; //# sourceMappingURL=cli.d.ts.map