Command-line-api: How to print complete help for all commands

Created on 4 May 2020  Â·  2Comments  Â·  Source: dotnet/command-line-api

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?

Area-Help enhancement help wanted

Most helpful comment

maybe --help-all in the root implemented by some HelpAllOption class

Rafael Teixeira
O..:.)oooo

On Mon, May 4, 2020 at 2:59 PM Jon Sequeira notifications@github.com
wrote:

Not currently but it would be useful. Any suggestions on syntax?

@KathleenDollard https://github.com/KathleenDollard @Keboo
https://github.com/Keboo

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dotnet/command-line-api/issues/888#issuecomment-623614418,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AABZ6NGS53J3CYGLLKAXDEDRP37BJANCNFSM4MY3FGLQ
.

All 2 comments

Not currently but it would be useful. Any suggestions on syntax?

@KathleenDollard @Keboo

maybe --help-all in the root implemented by some HelpAllOption class

Rafael Teixeira
O..:.)oooo

On Mon, May 4, 2020 at 2:59 PM Jon Sequeira notifications@github.com
wrote:

Not currently but it would be useful. Any suggestions on syntax?

@KathleenDollard https://github.com/KathleenDollard @Keboo
https://github.com/Keboo

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dotnet/command-line-api/issues/888#issuecomment-623614418,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AABZ6NGS53J3CYGLLKAXDEDRP37BJANCNFSM4MY3FGLQ
.

Was this page helpful?
0 / 5 - 0 ratings