Allow to set everything both with a command line parameter or an environnement variable
It would be great to be able to set some parameters (such as verbosity or rc file) this two way, equivalently. For instance:
oclaunch <some-command> --rc /path/to/rc
would be the same as
export OC_RC=/path/to/rc
oclaunch <some-command>
Closely related to #11, enlarge it by adding the opposite direction (from argument parameter to environment variable when #11 is environment to parameter)