[Mono-list] What is the best way to parse command line argume nts?

Alex Fort imphasing at gmail.com
Tue Dec 7 11:36:56 EST 2010


On Tue, Dec 7, 2010 at 11:31 AM, ArsenShnurkov <Arsen.Shnurkov at gmail.com> wrote:
>
>> I use Mono.Options, not Mono.GetOptions.
>
> In the Monodevelop 2.4.1 I don't see Mono.Options assembly in "Edit
> References" dialog.
> There is only Mono.GetOption.dll
>
> What I need to add to references?

Mono.Options is distributed in source form. It's pretty small, so most
people just add it to their project as source. See:
http://tirania.org/blog/archive/2008/Oct-14.html for an example of
usage.

Alex


More information about the Mono-list mailing list