dbohdan / initool

Manipulate INI files from the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not accept # as a comment

chaoskcw opened this issue · comments

The '#' sign is an alternative comment marker in most ini files. initool complains these are invalid lines.

"Error: invalid line: ..."

Request supporting # as alternate comment marker.

Thanks for a good suggestion! Implemented in v0.8.0.