@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
9 lines (8 loc) • 331 B
TypeScript
export declare class PromptHelper {
/**
* Prompts the user for confirmation with a timeout.
*/
getConfirmation(suggestion: string): Promise<boolean>;
}
export declare function formatPromptMessage(message: string, suggestion?: string): string;
export declare function formatSuggestion(suggestion: string): string;