You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,49 @@ Treats a no-section (any `keyword=keyvalue` before a `[section]`) as a '`[Defaul
15
15
16
16
Also correctly finds the last keyvalue of the desired section/keyword before extracting its keyvalue, despite its multiply-defined/multiple-reused interspersed/alternating section blocks.
17
17
18
+
HOW I DID THIS
19
+
==============
20
+
21
+
The secret sauce is to convert the entire INI file into a parsable syntax format with one `awk`:
0 commit comments