Cysharp / ConsoleAppFramework

Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort/group subcommands in help output.

igadmg opened this issue · comments

Currently if commands are added via AddCommand and AddSubcommand they are mixed in help output (looks like they are sorted by Command name alphabetically), so subcommands can be spread through the help list. Like this

add class
create
generate
add workspace
version

Would be great if they are grouped by upper command.

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.