#!/usr/bin/env node
/**
 * BODS CLI Tool
 *
 * Simple command-line interface for testing BODS API functionality
 *
 * Usage:
 *   bun run cli.ts --help
 *   bun run cli.ts timetables --noc SCMN
 *   bun run cli.ts fares --area manchester
 *   bun run cli.ts vehicles --operator SCMN
 *   bun run cli.ts disruptions
 */
export {};
//# sourceMappingURL=cli.d.ts.map