Skip to content

Added omit_defaults in dump and improved --help

Compare
Choose a tag to compare
@eladrich eladrich released this 24 Jan 21:07
· 33 commits to master since this release

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.