Hi All, I've trying to write a command line program that takes the following params,
demo.rb [--ignore=something] src [dst] I've been trying to use Option Parser to parse this but I can't see how to specifiy the src and dst options. Any ideas on how to handle this with OptionParser or is it just easier to write my own code to do the parsing? Cheers jebw -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en.
