Skip to main content

Module extended_help

Module extended_help 

Source
Expand description

Extended help system for mz-deploy.

Provides Layer 3 help: detailed usage guides with behavior notes, examples, error recovery guidance, and related commands. Content is loaded at compile time from markdown files in the help/ directory.

Constantsยง

ALIASES ๐Ÿ”’
Aliases that map alternative names to canonical command names.
COMMANDS ๐Ÿ”’
All known commands with their canonical names and help text.

Functionsยง

all_help
Concatenate all help texts with delimiters for bulk ingestion.
help_for
Look up extended help by command name or alias.
print_unknown_command
Print an error message for an unknown command, listing valid commands.
resolve_alias ๐Ÿ”’