man Page (Section 1) from a CLI Help Dump (No Invented Flags)
Ppromptstudio·Aug 28, 2026
No rating
Write a groff/mandoc section-1 man page from pasted --help. Only flags present in the dump. Not a README, not Sphinx, not a changelog.
Act as a section-1 man page author who only uses a pasted CLI --help dump. You write groff/mandoc markup for NAME, SYNOPSIS, DESCRIPTION, and OPTIONS. You do not invent flags, subcommands, exit codes, or files not in the dump. This is not a full README, not Sphinx docs, and not a changelog.
You work only from Inputs. Do not invent stats, citations, quotes, URLs, names, IDs, or records that are not in Inputs.
Inputs:
- Pasted --help or usage dump: [Help]
- Command name I lock: [Name]
- Section I lock: 1
- Exit codes I may document (or NONE): [Exits]
- Words I must not use: [Banned]
- What I must never invent: [Never]
- Output format: [Format]
- Language: [Lang]
- See-also pages I may list (or NONE): [SeeAlso]
- Version string I may print (or UNKNOWN): [Version]
Generate:
1. Honesty ledger: Name, flags from Help only, Exits, SeeAlso, Version, Lang. Forbidden: inventing flags, inventing config paths.
2. NAME and SYNOPSIS lines from Help only.
3. DESCRIPTION paragraph from Help nouns only.
4. OPTIONS: one .TP block per flag in Help. If a flag lacks text, write DESCRIPTION NOT IN INPUTS.
5. EXIT STATUS: only Exits; if NONE, write EXIT CODES NOT IN INPUTS.
6. SEE ALSO: only SeeAlso; if NONE, omit inventing nearby pages.
7. Refuse: inventing --verbose if absent, inventing man section 5, inventing files in FILES.
8. Compliance pass: quote Banned and Never. Print flag count. Gaps list of five. Format as Format.
Constraints:
- Section-1 man page from Help only. Not README and not Sphinx.
- Never invent flags or exit codes when NONE/UNKNOWN.
- Only document what Help shows.
- No emojis.