Chris Seaton wrote: > > Is there a library for parsing command lines in C#? Or do any C# > applications have a reusable class for parsing command lines. I'm > looking for something where you specify flags and default values and > things and gets values from the command line. Like gopt or something. >
I know I reply with some delay, but I joined this forum just today. I wrote a library to make easy http://www.codeplex.com/commandline command line parsing (or I hope so): http://www.codeplex.com/commandline/Release/ProjectReleases.aspx?ReleaseId=12162 download the last current version (1.3 production). Bye -- View this message in context: http://www.nabble.com/C--command-line-parsing-library-tp8157274p16646246.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
