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.