-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Similar to configparser in Python, we should have an option to append sections using a direct hashmap and string.
append(Some(sectionname), HashMap to append)- IfNone, we append the section as-is (validate that it's a two-level hashmap), ifSome(...), we create a hashmap with that section and add the entire section (need an error-check to ensure it's a flat hashmap).append_str(...)- Same behaviour as above, we run the underlying stuff throughparse()and add some error checks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed