mirror of
https://github.com/apple/swift-argument-parser.git
synced 2026-05-07 20:12:41 +00:00
63958cf15f
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.