UNPKG

markuplint

Version:

An HTML linter for all markup developers

9 lines (8 loc) 213 B
/** * @module cli * * CLI entry point for markuplint. * Parses command-line arguments, dispatches to the appropriate handler * (lint, init, search, or help), and manages the process exit code. */ export {};