UNPKG

@argdown/cli

Version:

A command line interface for exporting Argdown files to html, dot or json.

10 lines (9 loc) 211 B
export interface IGeneralCliOptions { verbose?: boolean; silent?: boolean; stdout?: boolean; watch?: boolean; config?: string; logParserErrors?: boolean; throwExceptions?: boolean; }