/** * @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 {};