UNPKG

yini-cli

Version:

CLI for parsing and validating YINI config files: type-safe values, nested sections, comments, minimal syntax noise, and optional strict mode.

9 lines (8 loc) 244 B
/** * Text to be displayed BEFORE the built-in help text block. */ export declare const getHelpTextBefore: () => string; /** * Text to be displayed AFTER the built-in help text block. */ export declare const getHelpTextAfter: () => string;