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.

7 lines (6 loc) 122 B
export interface IGlobalOptions { strict?: boolean; force?: boolean; quiet?: boolean; silent?: boolean; }