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