speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
293 stars 36 forks source link

Allow comments in --vars file #518

Closed pgundlach closed 9 months ago

pgundlach commented 10 months ago

The vars file could have the same semantics as the cfg file with # as a comment character.

I think this should be allowed only at the beginning, since it might break something like

break_at = '#'

See #517