File patterns to process (supports globs)
Command options specifying conversion parameters
# Convert all links to relative paths
markmv convert docs/star.md --path-resolution relative
# Convert to wikilink style with absolute paths
markmv convert starstar/star.md --link-style wikilink --path-resolution absolute
# Dry run with verbose output
markmv convert README.md --link-style claude --dry-run --verbose
CLI command handler for convert operations.
Processes markdown files to convert link formats and path resolution according to specified options. Supports dry run mode, verbose output, and various conversion strategies.