Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 173 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 173 Bytes

CommandLineParser

C# command line parser

We support:

  • Parameters: e.g., /myParam:10
  • Switches: e.g., /mySwitch

Parameters and types are validated.