Add a dispatch man subcommand that writes a section-1 roff man page to standard output. Packagers can redirect it into their man path so man dispatch works offline, without duplicating the help text by hand:
dispatch man > dispatch.1
The page mirrors the built-in usage banner so the two stay close.
Acceptance criteria:
dispatch man prints a valid roff man page (.TH header, NAME, SYNOPSIS, DESCRIPTION, COMMANDS, FLAGS, ENVIRONMENT, EXAMPLES, SEE ALSO).
- Every subcommand and top-level flag from the usage banner appears in the page.
man is listed in the usage banner and in the bash, zsh, fish, and powershell completion scripts.
- Tests cover the roff structure, command coverage, and the handleArgs wiring.
Add a
dispatch mansubcommand that writes a section-1 roff man page to standard output. Packagers can redirect it into their man path soman dispatchworks offline, without duplicating the help text by hand:The page mirrors the built-in usage banner so the two stay close.
Acceptance criteria:
dispatch manprints a valid roff man page (.THheader, NAME, SYNOPSIS, DESCRIPTION, COMMANDS, FLAGS, ENVIRONMENT, EXAMPLES, SEE ALSO).manis listed in the usage banner and in the bash, zsh, fish, and powershell completion scripts.