Open ssbarnea opened 7 years ago
This would overlap with supporting lists. I.E. EXAMPLE.COM is a multiline item, and we might support editing items in the list. Anyway currently deleting the curly brackets gets you a "valid" ini file. So you could preprocess like:
sed 's/= {/=/; s/^}/ignorelb_=_/'
And postprocess like:
sed 's/=$/= {/; s/^ignorelb_=_/}/'
Note kerberos config files can also be indented, which can be handled with the --ini-options=ignoreindent
option
krb.conf
file is mostly an ini file but it still have something that makes in incompatible with crudini:Is it possible to edit this file with crudini? If not is there a workaround?