From: Aldric Giacomoni <"aldric[remove]"@...> Date: 2009-02-05T00:15:49+09:00 Subject: command-line option parsing.. Windows style? '/' instead of '-' I installed the commandline gem ( http://rubyforge.org/docman/view.php/632/233/posted-docs.index.html ) .. My only problem is that I am writing a script for Windows users and their reaction will be to use, say, /a instead of -a for options but the gem won't let me use that type of options.. It doesn't like it :/ Is there a gem out there that allows it? Thanks, --Aldric