File patterns to validate
CLI-specific options
# Validate all markdown files including external links
markmv validate "**/*.md" --check-external --verbose
# Check only internal links and images
markmv validate docs/ --link-types internal,image --strict-internal
# Find broken links with context information
markmv validate README.md --include-context --group-by type
CLI command handler for validate operations.
Processes markdown files to find broken links of all types. Supports various output formats and filtering options.