[Mono-list] C# command line parsing library

Matt Raffel matt.raffel at mindspring.com
Thu Jan 4 09:26:46 EST 2007


I wrote an article for codeproject.com that addresses command line parsing.

http://www.codeproject.com/csharp/simplecommandlineparser.asp

I wrote the article using "the other C# compiler" but I believe the code 
should be portable to the mono environment (I want to say I tested it 
under mono but I no longer remember.

The code is available at the link above.  I hope that helps if the other 
solutions are not a better option for you.

Matt

Glen Ford wrote:
> I get an invalid project if I follow this link - is there a correction?
> Sounds interesting.
>
>
> Antonello Provenzano wrote:
>   
>> Chris,
>>
>> I wrote a library that makes the job: you can find it at
>> http://sourceforge.net/projects/devee-console.
>> It still needs some work on the tab auto completion stuff, but does
>> what you need it to do.
>>
>> I hope this helps.
>> Antonello
>>
>> On 1/4/07, Chris Seaton <chris at chrisseaton.com> 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.
>>>
>>> Thanks
>>>
>>> Chris Seaton
>>> _______________________________________________
>>> Mono-list maillist  -  Mono-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>
>>>     
>>>       
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>   
>>     
>
>
>   



More information about the Mono-list mailing list