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) • 329 B
JavaScript
export const descriptions = {
yini: 'CLI for parsing and validating YINI config files.',
'For-command-parse': 'Parse a YINI file (*.yini) and print the result.',
'For-command-validate': 'Checks if the file can be parsed as valid YINI.',
'For-command-info': 'Show extended information (details, links, etc.).',
};