This a small script anable easy reading of the paramters form the command line passed to the program, with a simple interface.
How to use it ?
Create an instance of the of the class readArgs.
Add some rules to the objects in a dictionary format, using the method addRules().
Get the final output by calling the mothod getOptions().
If you want to see some example please check the code.