#!/usr/bin/env node /** * Command Line Interface for Requirements Gathering Agent * * Provides comprehensive CLI functionality for project documentation generation * with support for multiple AI providers and PMBOK compliance validation. * * @version 2.1.3 * @author Requirements Gathering Agent Team * @created 2024 * @updated June 2025 * * Key Features: * - Full CLI argument parsing and validation * - Multi-provider AI configuration support * - Interactive document generation workflows * - PMBOK validation and compliance checking * - Comprehensive error handling and user feedback * * @filepath c:\Users\menno\Source\Repos\requirements-gathering-agent\src\cli.ts */ export {}; //# sourceMappingURL=cli.d.ts.map