www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Looking for existing command line args parser and config file reading code

reply hauptmech <th_sx mailsnare.net> writes:
I'm looking for a command line arguments parser. I'm guessing that among the
various D projects there is a good class for this embedded in one of them. Does
anyone know of one?

Similarly, I'd like to have certain members of my classes be loaded from a
config file on instantiation or on demand. Anyone have a brilliant chunk of
existing code for this?

Cheers,

hauptmech
Jan 19 2007
parent Kirk McDonald <kirklin.mcdonald gmail.com> writes:
hauptmech wrote:
 I'm looking for a command line arguments parser. I'm guessing that among the
various D projects there is a good class for this embedded in one of them. Does
anyone know of one?
 
There was a thread about this back on Jan 12: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=46681 I posted a response about the one I wrote just recently: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=46733 -- Kirk McDonald Pyd: Wrapping Python with D http://pyd.dsource.org
Jan 19 2007