The week in .NET – Command Line Parser Library, .NET South East

Vahe Minasyan

Command-line applications typically accept arguments and options, and expose a –help page describing them. Parsing those arguments and options is a repetitive task that .NET provides little help for out of the box, beyond the string[] args argument to main. Giacomo Stelluti Scala‘s Command Line Parser Library offers CLR applications a clean and concise API for manipulating command line arguments and related tasks, such as defining switches, options and verb commands. It allows you

Feedback usabilla icon