dotnet/command-line-api

How to print complete help for all commands

Open

#888 opened on May 4, 2020

View on GitHub
 (2 comments) (5 reactions) (0 assignees)C# (421 forks)auto 404
Area-Helpenhancementhelp wanted

Repository metrics

Stars
 (3,665 stars)
PR merge metrics
 (Avg merge 1h 58m) (1 merged PR in 30d)

Description

Is there a way to change the behavior of --help to print help for all commands, instead of making users type app command --help for every command?

Contributor guide