commandlineparser / commandline

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MIT License
4.46k stars 473 forks source link

How to output all commands and options through -- help #906

Open itbencn opened 7 months ago

itbencn commented 7 months ago

How to output all commands and options through --help Similar to --help full

je-sendra commented 4 months ago

What do you mean by "output all commands and options"? What info is not displayed in the "--help" screen that you would like to see?