Files
kimon 63958cf15f Display command aliases in generated man-pages (#891)
Subcommand aliases already surface in --help and dump-help, but the
generate-manual tool ignored CommandInfoV0.aliases. Single-page output
now lists aliases inline with the subcommand name (e.g. "multiply, mul"),
matching the --help format. Multi-page output lists aliases as
comma-separated .Nm entries in the NAME section, following the BSD mdoc
convention (see ls(1)).

Resolves #851.
2026-04-22 09:38:49 -07:00
..