dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.34k stars 375 forks source link

Apply help to all symbols in the CLI declaration #2442

Open hasnik opened 3 weeks ago

hasnik commented 3 weeks ago

This PR aims to address https://github.com/dotnet/command-line-api/issues/2343 by adding help options to alll comands in the tree and includes tests.

Would love any thoughts or feedback as this is my first open-source PR.

hasnik commented 3 weeks ago

@dotnet-policy-service agree