Eeli Kaikkonen wrote: > On Tue, 25 Sep 2007, Troy A. Griffitts wrote: >> As DM has said previously, it >> would be really nice to have normal -options which are not order dependent. > > Using GNU getopt? > http://www.gnu.org/software/libc/manual/html_node/Getopt.html
Using anything from GNU would be a bad idea. Enduring "the chore involved in parsing typical unix command line options" makes our code more portable and avoids the need to license additional libraries. Writing a simple command line option parser isn't especially difficult or burdensome, anyway. --Chris _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
