From: benjohn@... Date: 2006-08-15T22:45:17+09:00 Subject: Scripts framework I've been writing a few unix scripts recently. I'm very much feeling the need for a framework that will let me build scripts and not worry about such common functionality as: * providing parameters through the command line and config files, or falling back to program specified defaults. * getting help on command usage (perhaps via embedded rdoc). I would imagine there is a developed framework out there to do this kind of thing? Cheers, Benjohn