@pod-protocol/cli
Version:
Command-line interface for PoD Protocol (Prompt or Die) AI Agent Communication Protocol
14 lines • 443 B
TypeScript
import { Command } from "commander";
export declare class ChannelCommands {
register(program: Command): void;
private setupCreateCommand;
private setupInfoCommand;
private setupListCommand;
private setupJoinCommand;
private setupLeaveCommand;
private setupBroadcastCommand;
private setupInviteCommand;
private setupParticipantsCommand;
private setupMessagesCommand;
}
//# sourceMappingURL=index.d.ts.map