pub static HELP_LONG: Flag<'static>Expand description
--help, which every command answers to.
In the parse table and not in the metadata, which is the whole trick: the parser has to
recognise the flag, and help output must not list it — a spec does not declare --help, so
showing one would make the rendered page disagree with the spec it came from.