API Reference
Version 3.0
McMaster.Extensions.CommandLineUtils supports two target frameworks.
- .NET Standard 2.0
- .NET Framework 4.5
The API is almost identical between all of the frameworks.
The main entry point for most command line applications is CommandLineApplication.
For apps built using attributes, these are the most common attributes used:
Other commonly used types include