aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
15 lines • 377 B
TypeScript
/**
* Help Command Handler
*
* Displays comprehensive CLI help information.
*
* @implements @.aiwg/architecture/decisions/ADR-001-unified-extension-system.md
* @source @src/cli/router.ts
* @issue #33
*/
import type { CommandHandler } from './types.js';
/**
* Help command handler
*/
export declare const helpHandler: CommandHandler;
//# sourceMappingURL=help.d.ts.map