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.

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.