UNPKG

@rawcmd/typewriters

Version:

Collection of typewriters for styling command-line messages for Rawcmd.

7 lines (6 loc) 239 B
import { Command } from '@rawcmd/core'; export interface UsageTypewriterOptions { title?: string; totalWidth?: number; } export declare function usageTypewriter(options?: UsageTypewriterOptions): (command: Command<any>) => string;