all2md.cli.commands
CLI command handlers and utilities for all2md.
This module provides command-line interface implementation for the all2md document conversion library, including command handlers, version info, and system diagnostics.
- all2md.cli.commands.dispatch_command(args: list[str] | None = None) int | None
Handle dependency management commands.
- Parameters:
args (list[str], optional) – Command line arguments
- Returns:
Exit code if dependency command was handled, None otherwise
- Return type:
int or None
For CLI commands documentation, see CLI Module.