all2md.cli.commands.formats
Format listing command for all2md CLI.
This module provides the list-formats command for displaying information about available document parsers and renderers, including their file extensions, MIME types, capabilities, and dependency status. Supports both plain text and rich terminal output.
- all2md.cli.commands.formats.handle_list_formats_command(args: list[str] | None = None) int
Handle list-formats command to show available parsers.
- Parameters:
args (list[str], optional) – Command line arguments (beyond ‘list-formats’)
- Returns:
Exit code (0 for success)
- Return type:
int