[Mono-list] popt

Marcus mathpup@mylinuxisp.com
Thu, 26 Aug 2004 03:57:58 -0500


I'm not sure about popt. There is a somewhat different package for handling 
options in the Mono.GetOptions namespace. It handles parsing options by 
attaching attributes to fields/properties that correspond to options and 
using reflection at runtime to set them.



On Thursday 26 August 2004 3:50 am, Rob Brown-Bayliss wrote:
> Hi, is there a c# version of popt for handling command line options?