@ace-sdk/cli
Version:
ACE CLI - Command-line tool for intelligent pattern learning and playbook management
12 lines • 358 B
TypeScript
/**
* Whoami Command - Display current user info
* v4.5.5: Added --server flag to fetch real-time status from server
* @package @ace-sdk/cli
*/
/** Options for whoami command */
interface WhoamiOptions {
server?: boolean;
}
export declare function whoamiCommand(options?: WhoamiOptions): Promise<void>;
export {};
//# sourceMappingURL=whoami.d.ts.map