UNPKG

cyrus-ai

Version:

AI-powered Linear issue automation using Claude

8 lines 261 B
import { BaseCommand } from "./ICommand.js"; /** * Auth command - authenticate with Cyrus Pro plan using auth key */ export declare class AuthCommand extends BaseCommand { execute(args: string[]): Promise<void>; } //# sourceMappingURL=AuthCommand.d.ts.map