Do you need to parse command line arguments for your Ruby program?
Go here if you need a quick reference
>
Do you have a program that needs to take in the following parameters:
ruby dbchecker.rb -log /var/log/dbchecker -user wluser -password ch3ckM8
>
Remember, it's got to have that 'help' flag!
ruby dbchecker.rb -h

