Added omit_defaults in dump and improved --help
Implemented the suggestion from issue #1 to add an omit_defaults option to the dump function
pyrallis.dump(cfg, omit_defaults=True)
Also simplified the wrapper classes in the process and improved the --help
command to be more concise.