Skip to content
Matthias Beerens edited this page Sep 25, 2020 · 9 revisions

Welcome to the CommandLineParser.Core wiki!

A simple, light-weight and strongly typed command line parser written in .NET Standard 2.0

See the quick start wiki page.

What does CommandLineParser.Core support

Support for the following option types

  • Bool
  • Double
  • Int
  • Enum
  • String
  • Any type that has a string constructor or contains the correct TryParse/Parse pattern methods.
  • Custom Types
Clone this wiki locally