8
shouts

Command Line Parsing with Mono.Options

published 116 days, 6 hours, 43 minutes ago posted by ferventcoderferventcoder 116 days, 22 hours, 43 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Sunday, November 22, 2009 6:53:52 PM GMT

When you have command line arguments to parse, the place to look is Mono.Options. To date, I have not found anything better to get the job done. It is a single C# file if you do not want to download the entire Mono Library to use it. I was first introduced in Mono 2.2. The equivalent product is NDesk.Options by Jonathan Pryor. His single Options.cs file has been implemented as Mono.Options. To demonstrate how easy command line parsing can be, I’m going to sh...

category: Agile | clicked: 47 | | source: ferventcoder.com | show counter code
tags: C#, command line, Mono, mono.options, ndesk.options