all2md.cli.commands.help

Tiered help documentation command for all2md CLI.

This module provides the help command for displaying various levels of CLI documentation, including quick reference, full help, and format-specific help sections. Supports both plain text and rich terminal output.

all2md.cli.commands.help.handle_help_command(args: list[str] | None = None) int | None

Handle the help subcommand for tiered CLI documentation.